summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_dual.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:17:40 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:55 +0100
commit3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2 (patch)
tree2f724552fdaabb93fbee2393f0b44d97d0632690 /source3/winbindd/winbindd_dual.c
parent804b18f38eabf07f2f01d44ea534fa9805443213 (diff)
downloadsamba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.tar.gz
samba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.tar.xz
samba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.zip
s3:winbindd: s/struct timed_event/struct tevent_timer
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 29bb1f89407..b4ef0bd79eb 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -860,7 +860,7 @@ void winbind_msg_dump_domain_list(struct messaging_context *msg_ctx,
}
static void account_lockout_policy_handler(struct tevent_context *ctx,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval now,
void *private_data)
{
@@ -977,7 +977,7 @@ static bool calculate_next_machine_pwd_change(const char *domain,
}
static void machine_password_change_handler(struct tevent_context *ctx,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval now,
void *private_data)
{