[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-100-ga4438df

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


The branch, v3-0-test has been updated
       via  a4438df44621ae37c13e5c5064cc3dc5e1371457 (commit)
      from  47f4662b6d727f2901d630d74792a6a971b54662 (commit)

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


- Log -----------------------------------------------------------------
commit a4438df44621ae37c13e5c5064cc3dc5e1371457
Author: Bo Yang <boyang at novell.com>
Date:   Sat Jan 10 14:13:32 2009 -0800

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

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

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


Changeset truncated at 500 lines:

diff --git a/source/nsswitch/winbindd_dual.c b/source/nsswitch/winbindd_dual.c
index 106bb48..14a602a 100644
--- a/source/nsswitch/winbindd_dual.c
+++ b/source/nsswitch/winbindd_dual.c
@@ -942,7 +942,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);
 		/* We're ok with online/offline messages now. */
 		message_unblock();


-- 
Samba Shared Repository


More information about the samba-cvs mailing list