[SCM] Samba Shared Repository - branch v3-3-test updated -
release-3-2-0pre2-4811-ge450515
Jeremy Allison
jra at samba.org
Sat Jan 10 22:10:46 GMT 2009
The branch, v3-3-test has been updated
via e4505156522560fb0c7ee3aadd75d4fc9d446609 (commit)
from af0ceb784af1ea8d591f5c35fb010d60b178a8d2 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit e4505156522560fb0c7ee3aadd75d4fc9d446609
Author: Bo Yang <boyang at novell.com>
Date: Sat Jan 10 14:09:48 2009 -0800
Don't set child->requests to NULL in parent after fork
-----------------------------------------------------------------------
Summary of changes:
source/winbindd/winbindd_dual.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index e066944..a20b628 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -1243,7 +1243,6 @@ static bool fork_domain_child(struct winbindd_child *child)
DLIST_ADD(children, child);
child->event.fd = fdpair[1];
child->event.flags = 0;
- child->requests = NULL;
add_fd_event(&child->event);
return True;
}
--
Samba Shared Repository
More information about the samba-cvs
mailing list