1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

s3: Remove a bunch of calls to procid_self()

All callers to messaging_[re]init only used procid_self()
This commit is contained in:
Volker Lendecke
2011-12-12 14:55:54 +01:00
committed by Volker Lendecke
parent 77dc976b53
commit 0f9d14820e
28 changed files with 31 additions and 45 deletions

View File

@ -55,7 +55,6 @@ struct messaging_context *server_messaging_context(void)
* children exiting.
*/
server_msg_ctx = messaging_init(NULL,
procid_self(),
server_event_context());
}
return server_msg_ctx;