s4:smbd: use tevent_ fn names instead of leagcy event_ ones
[kai/samba.git] / source4 / smbd / process_onefork.c
index 979a8e10ad0f4a2d085b5975f3a692a989e60943..251e5074c84a6dda67bd4a76387e05b21436e87a 100644 (file)
@@ -120,7 +120,7 @@ static void onefork_new_task(struct tevent_context *ev,
        /* setup this new connection: process will bind to it's sockets etc */
        new_task_fn(ev, lp_ctx, cluster_id(pid, 0), private_data);
 
-       event_loop_wait(ev);
+       tevent_loop_wait(ev);
 
        talloc_free(ev);
        exit(0);