diff options
author | Volker Lendecke <vl@samba.org> | 2012-10-19 18:10:22 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-10-19 23:15:04 +0200 |
commit | 96356219d662614cbc926d6c2dc4345f0ac432ce (patch) | |
tree | e65738893851c5018d8540486c8c4cc80e2b922d | |
parent | d2069eb677e7def93cf228cc7719da02c33ba57d (diff) | |
download | samba-96356219d662614cbc926d6c2dc4345f0ac432ce.tar.gz samba-96356219d662614cbc926d6c2dc4345f0ac432ce.tar.bz2 samba-96356219d662614cbc926d6c2dc4345f0ac432ce.zip |
s3: Remove a call to procid_self()
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Oct 19 23:15:04 CEST 2012 on sn-devel-104
-rw-r--r-- | source3/winbindd/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 3cb778ab66..654c14c504 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1102,7 +1102,7 @@ static void winbindd_register_handlers(struct messaging_context *msg_ctx, /* get broadcast messages */ - if (!serverid_register(procid_self(), + if (!serverid_register(messaging_server_id(msg_ctx), FLAG_MSG_GENERAL | FLAG_MSG_WINBIND | FLAG_MSG_DBWRAP)) { |