From 96356219d662614cbc926d6c2dc4345f0ac432ce Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 19 Oct 2012 18:10:22 +0200 Subject: [PATCH] s3: Remove a call to procid_self() Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Fri Oct 19 23:15:04 CEST 2012 on sn-devel-104 --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 3cb778ab669..654c14c504d 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)) { -- 2.11.4.GIT