[SCM] Samba Shared Repository - branch master updated

Martin Schwenke martins at samba.org
Wed Aug 16 14:27:02 UTC 2017


The branch, master has been updated
       via  68316a4 s3: messaging: Add background job send failure message
      from  652bf0c libhttp: Remove an unneeded include

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


- Log -----------------------------------------------------------------
commit 68316a4975bfe0b85a9d034955fa5bd315ec9436
Author: Anoop C S <anoopcs at redhat.com>
Date:   Mon Aug 14 15:24:20 2017 +0530

    s3: messaging: Add background job send failure message
    
    Signed-off-by: Anoop C S <anoopcs at redhat.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Martin Schwenke <martins at samba.org>
    Autobuild-Date(master): Wed Aug 16 16:26:12 CEST 2017 on sn-devel-144

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

Summary of changes:
 source3/lib/messages.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index 765add9..01029b2 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -1287,6 +1287,7 @@ bool messaging_parent_dgm_cleanup_init(struct messaging_context *msg)
 			    60*15),
 		mess_parent_dgm_cleanup, msg);
 	if (req == NULL) {
+		DBG_WARNING("background_job_send failed\n");
 		return false;
 	}
 	tevent_req_set_callback(req, mess_parent_dgm_cleanup_done, msg);


-- 
Samba Shared Repository



More information about the samba-cvs mailing list