From a0ff50efa79f08f538f0c341744572929ac5a298 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 4 May 2006 12:37:13 +0000 Subject: r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose. Guenther (This used to be commit 9e15b1659c105b0be846e8f71c27b20eab961bd2) --- source3/nsswitch/winbindd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index e6c69247f8..06b8b93543 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1035,6 +1035,7 @@ int main(int argc, char **argv) /* Handle online/offline messages. */ message_register(MSG_WINBIND_OFFLINE,winbind_msg_offline); message_register(MSG_WINBIND_ONLINE,winbind_msg_online); + message_register(MSG_WINBIND_ONLINESTATUS,winbind_msg_onlinestatus); poptFreeContext(pc); -- cgit