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

Stefan Metzmacher metze at samba.org
Wed Dec 31 10:12:37 GMT 2008


The branch, v3-3-test has been updated
       via  6bd2276d426bb92e2fc195ea69aeeb4aa7a574e7 (commit)
      from  b0f293addb93e34107fcfd52170261885104dbb0 (commit)

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


- Log -----------------------------------------------------------------
commit 6bd2276d426bb92e2fc195ea69aeeb4aa7a574e7
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Dec 29 16:31:57 2008 +0100

    s3:winbindd: we don't need to call messaging_reinit() twice
    
    reinit_after_fork() already calls messaging_reinit()
    
    metze
    (cherry picked from commit 429276556a4930fa1bc782904447120950073190)

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index 4a16694..d200cfc 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -1189,13 +1189,6 @@ static bool fork_domain_child(struct winbindd_child *child)
 		reopen_logs();
 	}
 
-	/*
-	 * For clustering, we need to re-init our ctdbd connection after the
-	 * fork
-	 */
-	if (!NT_STATUS_IS_OK(messaging_reinit(winbind_messaging_context())))
-		exit(1);
-
 	/* Don't handle the same messages as our parent. */
 	messaging_deregister(winbind_messaging_context(),
 			     MSG_SMB_CONF_UPDATED, NULL);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list