mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3: Remove a call to procid_self()
This commit is contained in:
parent
c863d65d1b
commit
7a489ec780
@ -737,7 +737,7 @@ static bool open_sockets_smbd(struct smbd_parent_context *parent,
|
||||
operations until it has gone thru a full startup, which
|
||||
includes checking to see that smbd is listening. */
|
||||
|
||||
if (!serverid_register(procid_self(),
|
||||
if (!serverid_register(messaging_server_id(msg_ctx),
|
||||
FLAG_MSG_GENERAL|FLAG_MSG_SMBD
|
||||
|FLAG_MSG_PRINT_GENERAL
|
||||
|FLAG_MSG_DBWRAP)) {
|
||||
|
Loading…
Reference in New Issue
Block a user