s3: Remove a bunch of calls to procid_self()
[ira/wip.git] / source3 / nmbd / nmbd.c
index 08a5504be42a037036dd7951bfc7f5a0aa5753fa..f61220b156eb9cbf513b1f57c355541100469ab0 100644 (file)
@@ -917,7 +917,7 @@ static bool open_sockets(bool isdaemon, int port)
 
        status = reinit_after_fork(nmbd_messaging_context(),
                                   nmbd_event_context(),
-                                  procid_self(), false);
+                                  false);
 
        if (!NT_STATUS_IS_OK(status)) {
                DEBUG(0,("reinit_after_fork() failed\n"));