diff options
-rw-r--r-- | source3/nmbd/nmbd_processlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |