From 01b8b1b88789a1f309a06d8db2983fd540feef9b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 10:57:54 +0100 Subject: s3:nmbd: s/event_add_timed/tevent_add_timer Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/nmbd/nmbd_processlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index a37aebec9c..78b6b95f96 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, -- cgit