diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-13 17:11:02 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-12-14 17:34:21 +0100 |
commit | 37e7981eeaa1c4020a7bc4b90a6808d148d5c2e3 (patch) | |
tree | 5dc657a654d85ebe1126b065cc2589b640ef193f /source3 | |
parent | 461766e4974050b9c06d09bc034f6284695876e5 (diff) | |
download | samba-37e7981eeaa1c4020a7bc4b90a6808d148d5c2e3.tar.gz |
s3: Remove a call to procid_self()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 6fa2d6f720..5392eb1d65 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -923,7 +923,7 @@ static bool open_sockets(bool isdaemon, int port) /* get broadcast messages */ - if (!serverid_register(procid_self(), + if (!serverid_register(messaging_server_id(msg), FLAG_MSG_GENERAL | FLAG_MSG_NMBD | FLAG_MSG_DBWRAP)) { |