s3: Remove a bunch of calls to procid_self()
[kai/samba.git] / source3 / printing / queue_process.c
index 7b2972d2c03700ffb79e107de900c3445ca1fc0d..5c00e8b00127297651770a8ab2fc033da4d8a6cb 100644 (file)
@@ -255,7 +255,7 @@ pid_t start_background_queue(struct tevent_context *ev,
                close(pause_pipe[0]);
                pause_pipe[0] = -1;
 
-               status = reinit_after_fork(msg_ctx, ev, procid_self(), true);
+               status = reinit_after_fork(msg_ctx, ev, true);
 
                if (!NT_STATUS_IS_OK(status)) {
                        DEBUG(0,("reinit_after_fork() failed\n"));