[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Fri Sep 16 14:44:02 UTC 2016


The branch, master has been updated
       via  4f9d956 s3/smbd: remove a misleading error message
      from  def65c5 tevent_tutorial: Fix tevent_thread referencing

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


- Log -----------------------------------------------------------------
commit 4f9d956fc46007251127b989b1685d03eccf47a9
Author: Ralph Boehme <slow at samba.org>
Date:   Fri Sep 16 12:48:39 2016 +0200

    s3/smbd: remove a misleading error message
    
    It can happen that we get 0 cleanup events, so remove this error
    message.
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Fri Sep 16 16:43:16 CEST 2016 on sn-devel-144

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

Summary of changes:
 source3/smbd/smbd_cleanupd.c | 1 -
 1 file changed, 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smbd_cleanupd.c b/source3/smbd/smbd_cleanupd.c
index 0deb8b0..152f63c 100644
--- a/source3/smbd/smbd_cleanupd.c
+++ b/source3/smbd/smbd_cleanupd.c
@@ -169,7 +169,6 @@ static void smbd_cleanupd_process_exited(struct messaging_context *msg,
 	}
 
 	if (ret == 0) {
-		DBG_ERR("got 0 cleanup events, expected at least 1\n");
 		TALLOC_FREE(frame);
 		return;
 	}


-- 
Samba Shared Repository



More information about the samba-cvs mailing list