summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_processlogon.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbd/nmbd_processlogon.c')
-rw-r--r--source3/nmbd/nmbd_processlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c
index ca77ebf1d2..4dedb5fa5f 100644
--- a/source3/nmbd/nmbd_processlogon.c
+++ b/source3/nmbd/nmbd_processlogon.c
@@ -56,7 +56,7 @@ static bool delay_logon(const char *peer_name, const char *peer_addr)
return list_match(delay_list, (const char *)peer, client_match);
}
-static void delayed_init_logon_handler(struct event_context *event_ctx,
+static void delayed_init_logon_handler(struct tevent_context *event_ctx,
struct timed_event *te,
struct timeval now,
void *private_data)