summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 49f0cdf457..12afb00993 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -43,7 +43,7 @@ bool found_lm_clients = False;
time_t StartupTime = 0;
-struct event_context *nmbd_event_context(void)
+struct tevent_context *nmbd_event_context(void)
{
return server_event_context();
}