diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 16:28:13 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-04 17:29:23 +0200 |
commit | 7f0e6df88345c1154f19fd263966ad20c73f5d52 (patch) | |
tree | 683ecaec64b2ed779300d038a9e70bdc7dbf8f63 /source3/smbd/process.c | |
parent | 5a3c64668a33fc3fa8f87a78d06fa040eed9f8f8 (diff) | |
download | samba-7f0e6df88345c1154f19fd263966ad20c73f5d52.tar.gz samba-7f0e6df88345c1154f19fd263966ad20c73f5d52.tar.xz samba-7f0e6df88345c1154f19fd263966ad20c73f5d52.zip |
s3: Pass the new server_id through reinit_after_fork
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r-- | source3/smbd/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 8c2060df1a..b0bae927b9 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2807,7 +2807,8 @@ static bool fork_echo_handler(struct smbd_server_connection *sconn) close(listener_pipe[0]); status = reinit_after_fork(smbd_messaging_context(), - smbd_event_context(), false); + smbd_event_context(), + procid_self(), false); if (!NT_STATUS_IS_OK(status)) { DEBUG(1, ("reinit_after_fork failed: %s\n", nt_errstr(status))); |