From 7a489ec7808824d307400feaddbc7934cb008f9e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Dec 2011 10:57:34 +0100 Subject: s3: Remove a call to procid_self() --- source3/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit