1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s3: messaging: Add background job send failure message

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Aug 16 16:26:12 CEST 2017 on sn-devel-144
This commit is contained in:
Anoop C S 2017-08-14 15:24:20 +05:30 committed by Martin Schwenke
parent 652bf0ca7e
commit 68316a4975

View File

@ -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);