summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:55:02 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:50 +0100
commitb946b457991b34e89292a4dcd54f34a5c1de52d6 (patch)
tree98b49b78acd11cb8f017698c5e8969cfd8a76407 /source3/winbindd/winbindd_cm.c
parent36f4547401a67acf19d2fc1037beb6d89ae86b84 (diff)
downloadsamba-b946b457991b34e89292a4dcd54f34a5c1de52d6.tar.gz
samba-b946b457991b34e89292a4dcd54f34a5c1de52d6.tar.bz2
samba-b946b457991b34e89292a4dcd54f34a5c1de52d6.zip
s3:winbindd: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r--source3/winbindd/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 33eeb320df..25bb0345dc 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -286,7 +286,7 @@ static bool fork_child_dc_connect(struct winbindd_domain *domain)
Handler triggered if we're offline to try and detect a DC.
****************************************************************/
-static void check_domain_online_handler(struct event_context *ctx,
+static void check_domain_online_handler(struct tevent_context *ctx,
struct timed_event *te,
struct timeval now,
void *private_data)