mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3: Remove a call to procid_self()
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user