diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-12 14:55:54 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-12-12 21:50:25 +0100 |
commit | 0f9d14820e222233d63b7a79b4b1ff044332ef41 (patch) | |
tree | d3e48dcf07b6d8364ac7cabf80391b626b5509fb /source3/nmbd/nmbd.c | |
parent | 77dc976b53490e06dff649f199033fe799b714bf (diff) | |
download | samba-0f9d14820e222233d63b7a79b4b1ff044332ef41.tar.gz samba-0f9d14820e222233d63b7a79b4b1ff044332ef41.tar.xz samba-0f9d14820e222233d63b7a79b4b1ff044332ef41.zip |
s3: Remove a bunch of calls to procid_self()
All callers to messaging_[re]init only used procid_self()
Diffstat (limited to 'source3/nmbd/nmbd.c')
-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 08a5504be4..f61220b156 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -917,7 +917,7 @@ static bool open_sockets(bool isdaemon, int port) status = reinit_after_fork(nmbd_messaging_context(), nmbd_event_context(), - procid_self(), false); + false); if (!NT_STATUS_IS_OK(status)) { DEBUG(0,("reinit_after_fork() failed\n")); |