From: Jeremy Allison Date: Sat, 24 Sep 2016 02:07:39 +0000 (-0700) Subject: s3: winbind: Remove dump_event_list() calls. X-Git-Tag: tevent-0.9.31~288 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=72785309aa2d1bed7abc6dd7c6475ff0f78411da s3: winbind: Remove dump_event_list() calls. If needed we can add this into actual tevent. Preparing to remove source3/lib/events.c Bug: https://bugzilla.samba.org/show_bug.cgi?id=12283 Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke --- diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 17a89a7fd49..c16b94e2be3 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -835,7 +835,7 @@ void winbind_msg_dump_event_list(struct messaging_context *msg_ctx, DEBUG(10,("winbind_msg_dump_event_list received\n")); - dump_event_list(winbind_event_context()); + DBG_WARNING("dump event list no longer implemented\n"); for (child = winbindd_children; child != NULL; child = child->next) { @@ -1240,8 +1240,7 @@ static void child_msg_dump_event_list(struct messaging_context *msg, DATA_BLOB *data) { DEBUG(5,("child_msg_dump_event_list received\n")); - - dump_event_list(winbind_event_context()); + DBG_WARNING("dump_event_list no longer implemented\n"); } NTSTATUS winbindd_reinit_after_fork(const struct winbindd_child *myself,