s3: Remove a bunch of calls to procid_self()
[samba.git] / source3 / torture / msgtest.c
index 1dd010b9d187c2e8b6a5bdf7e1e5501fb066e7d0..c7c95c167897b1e3ab3571ebecce3bdab38eefc2 100644 (file)
@@ -54,7 +54,7 @@ static void pong_message(struct messaging_context *msg_ctx,
        lp_load_global(get_dyn_CONFIGFILE());
 
        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");
                exit(1);
        }