summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.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_cm.c
parent804b18f38eabf07f2f01d44ea534fa9805443213 (diff)
downloadsamba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.tar.gz
samba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.tar.bz2
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_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 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)
{