s3: Remove a bunch of calls to procid_self()
[ddiss/samba.git] / source3 / utils / smbcontrol.c
index 97161a09bc96f23352ee357cc10ea105072b51a7..747c35ceba44b6f3e54f512a68b570b1dbbb88f3 100644 (file)
@@ -1478,7 +1478,7 @@ int main(int argc, const char **argv)
          * shell needs 0. */ 
 
        if (!(evt_ctx = tevent_context_init(NULL)) ||
-           !(msg_ctx = messaging_init(NULL, procid_self(), evt_ctx))) {
+           !(msg_ctx = messaging_init(NULL, evt_ctx))) {
                fprintf(stderr, "could not init messaging context\n");
                TALLOC_FREE(frame);
                exit(1);