[SCM] Samba Shared Repository - branch master updated - 0c2f8ab3ecf5535b053fa974a93ff6d65e619c2c

Jeremy Allison jra at samba.org
Sat Jan 10 22:12:46 GMT 2009


The branch, master has been updated
       via  0c2f8ab3ecf5535b053fa974a93ff6d65e619c2c (commit)
      from  d9c40172bf3ca4c18da0ddc04b1aad1c36187a30 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0c2f8ab3ecf5535b053fa974a93ff6d65e619c2c
Author: Bo Yang <boyang at novell.com>
Date:   Sat Jan 10 14:12:08 2009 -0800

    Don't set child->requests to NULL in parent after fork

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_dual.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index c1b1efb..9f91153 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/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