summaryrefslogtreecommitdiff
path: root/source4/smbd/process_standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/process_standard.c')
-rw-r--r--source4/smbd/process_standard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c
index 6857674e7f..1e9b8ed8ac 100644
--- a/source4/smbd/process_standard.c
+++ b/source4/smbd/process_standard.c
@@ -146,7 +146,7 @@ static void standard_accept_connection(struct tevent_context *ev,
/* we can't return to the top level here, as that event context is gone,
so we now process events in the new event context until there are no
more to process */
- event_loop_wait(ev);
+ tevent_loop_wait(ev);
talloc_free(ev);
exit(0);
@@ -196,7 +196,7 @@ static void standard_new_task(struct tevent_context *ev,
/* we can't return to the top level here, as that event context is gone,
so we now process events in the new event context until there are no
more to process */
- event_loop_wait(ev);
+ tevent_loop_wait(ev);
talloc_free(ev);
exit(0);