From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:57:54 +0000 (+0100) Subject: s3:nmbd: s/event_add_timed/tevent_add_timer X-Git-Tag: tevent-0.9.18~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01b8b1b88789a1f309a06d8db2983fd540feef9b;p=thirdparty%2Fsamba.git s3:nmbd: s/event_add_timed/tevent_add_timer Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index a37aebec9cc..78b6b95f962 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -529,7 +529,7 @@ logons are not enabled.\n", inet_ntoa(p->ip) )); when = timeval_current_ofs_msec(lp_init_logon_delay()); p->locked = true; - event_add_timed(nmbd_event_context(), + tevent_add_timer(nmbd_event_context(), NULL, when, delayed_init_logon_handler,