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:
committed by
Volker Lendecke
parent
77dc976b53
commit
0f9d14820e
@ -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;
|
||||
|
Reference in New Issue
Block a user