1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3: Re-introduce a procid_self()

Giving the parent pid to reinit_after_fork is not a good idea....
None of the other callers do this, checked it.
This commit is contained in:
Volker Lendecke 2010-09-30 16:27:42 +02:00
parent c7c4d84550
commit 10f0c785c7

View File

@ -1133,7 +1133,7 @@ bool winbindd_reinit_after_fork(const char *logfilename)
status = reinit_after_fork(
winbind_messaging_context(),
winbind_event_context(),
messaging_server_id(winbind_messaging_context()),
procid_self(),
true);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(0,("reinit_after_fork() failed\n"));