mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3: Remove a call to procid_self()
This commit is contained in:
parent
21424056bb
commit
4066e291f5
@ -274,7 +274,7 @@ pid_t start_background_queue(struct tevent_context *ev,
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (!serverid_register(procid_self(),
|
||||
if (!serverid_register(messaging_server_id(msg_ctx),
|
||||
FLAG_MSG_GENERAL |
|
||||
FLAG_MSG_PRINT_GENERAL)) {
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user