[SCM] Samba Shared Repository - branch master updated

Christian Ambach ambi at samba.org
Fri Dec 7 03:30:01 MST 2012


The branch, master has been updated
       via  0fa3129 s3: Fix clear_if_first for the async echo handler
      from  f8056b7 s4:dsdb/password_hash: Honor password complexity settings.

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


- Log -----------------------------------------------------------------
commit 0fa31296864cd2b0c64c33ac74d55178ad542f90
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Dec 6 15:51:55 2012 +0100

    s3: Fix clear_if_first for the async echo handler
    
    A worker smbd is as not long-lived as the main smbd, but as the async
    echo handler exits when the worker smbd does, passing "true" here is the
    right thing to do and fixes our clear_if_first handling when the async
    echo handler is active.
    
    Reviewed-by: Christian Ambach <ambi at samba.org>
    
    Autobuild-User(master): Christian Ambach <ambi at samba.org>
    Autobuild-Date(master): Fri Dec  7 11:29:36 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/smbd/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index eeda6f9..f89ca02 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -3068,7 +3068,7 @@ bool fork_echo_handler(struct smbd_server_connection *sconn)
 
 		status = reinit_after_fork(sconn->msg_ctx,
 					   sconn->ev_ctx,
-					   false);
+					   true);
 		if (!NT_STATUS_IS_OK(status)) {
 			DEBUG(1, ("reinit_after_fork failed: %s\n",
 				  nt_errstr(status)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list