s3: Add "smbcontrol winbindd ip-dropped <local-ip>"
[obnox/samba-ctdb.git] / source3 / winbindd / winbindd_dual.c
index a5ba9e0116cf6e6a6ac1b56522cd4ad0b5ba7532..efe15138bb936369ed8ea1b26bcc9e9918202b09 100644 (file)
@@ -1390,6 +1390,10 @@ static bool fork_domain_child(struct winbindd_child *child)
                           MSG_DUMP_EVENT_LIST, child_msg_dump_event_list);
        messaging_register(winbind_messaging_context(), NULL,
                           MSG_DEBUG, debug_message);
+       messaging_register(winbind_messaging_context(), NULL,
+                          MSG_WINBIND_IP_DROPPED,
+                          winbind_msg_ip_dropped);
+
 
        primary_domain = find_our_domain();