summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_dual.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_dual.c
parent36f4547401a67acf19d2fc1037beb6d89ae86b84 (diff)
downloadsamba-b946b457991b34e89292a4dcd54f34a5c1de52d6.tar.gz
samba-b946b457991b34e89292a4dcd54f34a5c1de52d6.tar.xz
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_dual.c')
-rw-r--r--source3/winbindd/winbindd_dual.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 14e60f5734..29bb1f8940 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -859,7 +859,7 @@ void winbind_msg_dump_domain_list(struct messaging_context *msg_ctx,
talloc_destroy(mem_ctx);
}
-static void account_lockout_policy_handler(struct event_context *ctx,
+static void account_lockout_policy_handler(struct tevent_context *ctx,
struct timed_event *te,
struct timeval now,
void *private_data)
@@ -976,7 +976,7 @@ static bool calculate_next_machine_pwd_change(const char *domain,
return true;
}
-static void machine_password_change_handler(struct event_context *ctx,
+static void machine_password_change_handler(struct tevent_context *ctx,
struct timed_event *te,
struct timeval now,
void *private_data)