s3: Remove a bunch of calls to procid_self()
[ira/wip.git] / source3 / printing / print_cups.c
index b8bbddfebd07cd63491c845c53f08d802a59e4a9..95ddd570bb797bd3e387e824c3c9a479971d784c 100644 (file)
@@ -433,7 +433,7 @@ static bool cups_pcap_load_async(struct tevent_context *ev,
 
        close_all_print_db();
 
-       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,("cups_pcap_load_async: reinit_after_fork() failed\n"));
                smb_panic("cups_pcap_load_async: reinit_after_fork() failed");