From 0f9d14820e222233d63b7a79b4b1ff044332ef41 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 Dec 2011 14:55:54 +0100 Subject: s3: Remove a bunch of calls to procid_self() All callers to messaging_[re]init only used procid_self() --- source3/torture/msgtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/msgtest.c') diff --git a/source3/torture/msgtest.c b/source3/torture/msgtest.c index 1dd010b9d1..c7c95c1678 100644 --- a/source3/torture/msgtest.c +++ b/source3/torture/msgtest.c @@ -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); } -- cgit