s3: Remove a bunch of calls to procid_self()
[ddiss/samba.git] / source3 / smbd / process.c
index 0d17ad7f8cedd8c9f37cd997e96b11632c60d614..3b3c1040cec0f8cc1eba6fb1d6a1f0c9afa73319 100644 (file)
@@ -2886,7 +2886,7 @@ bool fork_echo_handler(struct smbd_server_connection *sconn)
 
                status = reinit_after_fork(sconn->msg_ctx,
                                           sconn->ev_ctx,
-                                          procid_self(), false);
+                                          false);
                if (!NT_STATUS_IS_OK(status)) {
                        DEBUG(1, ("reinit_after_fork failed: %s\n",
                                  nt_errstr(status)));