[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3346-g9811454

Jeremy Allison jra at samba.org
Sat Jan 10 22:11:31 GMT 2009


The branch, v3-2-test has been updated
       via  9811454d8ae3f09d9a206f14ed533fa6382a914c (commit)
      from  3bb5e3e0b44c25eede60925cfdc89d7df0d0e486 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 9811454d8ae3f09d9a206f14ed533fa6382a914c
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 104a645..f0a3a25 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -1057,7 +1057,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