summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-13 10:57:09 +0100
committerVolker Lendecke <vl@samba.org>2011-12-13 11:00:55 +0100
commitc863d65d1b6a116617bfafbfab9dc05abdfe86bc (patch)
treea3ade66ce71ac42196db0642a2125e6e2c836795 /source3/smbd/server.c
parent80b4a3aadc65628e3873d01e76d8644da69cd730 (diff)
downloadsamba-c863d65d1b6a116617bfafbfab9dc05abdfe86bc.tar.gz
samba-c863d65d1b6a116617bfafbfab9dc05abdfe86bc.tar.bz2
samba-c863d65d1b6a116617bfafbfab9dc05abdfe86bc.zip
s3: Remove a call to procid_self()
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index dc3a4d705c..9f6a5e0bca 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -477,7 +477,7 @@ static void smbd_accept_connection(struct tevent_context *ev,
smbd_setup_sig_hup_handler(ev,
msg_ctx);
- if (!serverid_register(procid_self(),
+ if (!serverid_register(messaging_server_id(msg_ctx),
FLAG_MSG_GENERAL|FLAG_MSG_SMBD
|FLAG_MSG_DBWRAP
|FLAG_MSG_PRINT_GENERAL)) {