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/utils/net.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index ce9e7c57b2..70ed0aa47a 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -948,8 +948,7 @@ static struct functable net_func[] = { /* Failing to init the msg_ctx isn't a fatal error. Only root-level things (joining/leaving domains etc.) will be denied. */ - c->msg_ctx = messaging_init(c, procid_self(), - event_context_init(c)); + c->msg_ctx = messaging_init(c, event_context_init(c)); rc = net_run_function(c, argc_new-1, argv_new+1, "net", net_func); -- cgit