s4-smbd: don't initialise process models more than once
[sfrench/samba-autobuild/.git] / source4 / smbd / process_prefork.c
index 64941dbeb5f244bd6786d04fe60143cef4fc0406..13404643814c3e4bb906e5309799e5605cfdfdf0 100644 (file)
@@ -49,7 +49,7 @@ static int none_setproctitle(const char *fmt, ...)
 /*
   called when the process model is selected
 */
-static void prefork_model_init(struct tevent_context *ev)
+static void prefork_model_init(void)
 {
        signal(SIGCHLD, SIG_IGN);
 }