summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2016-09-23 19:07:39 -0700
committerKarolin Seeger <kseeger@samba.org>2016-10-20 10:43:28 +0200
commit70edf8c2fbe0a60018bd3dbc6dbc3d17043beb63 (patch)
tree65c29f35fd2bf5f7e9df0bd23fa9f86473e8e56f
parent0d0339bdc284cf5a8a0f604cb7be2cd99935fc7d (diff)
downloadsamba-70edf8c2fbe0a60018bd3dbc6dbc3d17043beb63.tar.gz
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 <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> (cherry picked from commit 72785309aa2d1bed7abc6dd7c6475ff0f78411da)
-rw-r--r--source3/winbindd/winbindd_dual.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 350ec7d2778..31c2a8cb0f0 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,