From 3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 10:17:40 +0100 Subject: s3:winbindd: s/struct timed_event/struct tevent_timer Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_cm.c') diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 25bb0345dc..b2f8cc481a 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -287,7 +287,7 @@ static bool fork_child_dc_connect(struct winbindd_domain *domain) ****************************************************************/ static void check_domain_online_handler(struct tevent_context *ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now, void *private_data) { -- cgit