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 <[email protected]>
Date: Mon Aug 14 15:24:20 2017 +0530
s3: messaging: Add background job send failure message
Signed-off-by: Anoop C S <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
Autobuild-User(master): Martin Schwenke <[email protected]>
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