summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-05-04 12:37:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:43 -0500
commita0ff50efa79f08f538f0c341744572929ac5a298 (patch)
tree607c451d8cacff98a67b9b10c93b89db9483f702 /source3/nsswitch/winbindd.c
parentd2418fbf276121eae08f05cbf3d6b3c84eb09887 (diff)
downloadsamba-a0ff50efa79f08f538f0c341744572929ac5a298.tar.gz
samba-a0ff50efa79f08f538f0c341744572929ac5a298.tar.bz2
samba-a0ff50efa79f08f538f0c341744572929ac5a298.zip
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Guenther (This used to be commit 9e15b1659c105b0be846e8f71c27b20eab961bd2)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c1
1 files changed, 1 insertions, 0 deletions
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);