Skip to content

Commit

Permalink
s3: messaging: Add background job send failure message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anoopcs9 authored and Martin Schwenke committed Aug 16, 2017
1 parent 652bf0c commit 68316a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source3/lib/messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 68316a4

Please sign in to comment.