diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-13 10:57:34 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-12-13 11:00:55 +0100 |
commit | 7a489ec7808824d307400feaddbc7934cb008f9e (patch) | |
tree | 79184e6cf7aa28ef54fe9bde0fe73865fc3949b4 /source3 | |
parent | c863d65d1b6a116617bfafbfab9dc05abdfe86bc (diff) | |
download | samba-7a489ec7808824d307400feaddbc7934cb008f9e.tar.gz samba-7a489ec7808824d307400feaddbc7934cb008f9e.tar.bz2 samba-7a489ec7808824d307400feaddbc7934cb008f9e.zip |
s3: Remove a call to procid_self()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 9f6a5e0bca..e7a7d31527 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -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)) { |