diff options
author | Günther Deschner <gd@samba.org> | 2007-06-21 13:05:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:29 -0500 |
commit | fd881f40670792452247de5f6711b5a943612f03 (patch) | |
tree | 125100021d8073e8eae8a565a541a38f66a19a9d /source3/nsswitch/winbindd.c | |
parent | 36fc39d845f5cf8d3a87a58e8ec7e14e7542e60f (diff) | |
download | samba-fd881f40670792452247de5f6711b5a943612f03.tar.gz samba-fd881f40670792452247de5f6711b5a943612f03.tar.xz samba-fd881f40670792452247de5f6711b5a943612f03.zip |
r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now.
Guenther
(This used to be commit 2592e68a43a73474e1bb53f83642c864fd159b45)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index c20f589434d..2eedbcbd0f0 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1159,6 +1159,9 @@ int main(int argc, char **argv, char **envp) messaging_register(winbind_messaging_context(), NULL, MSG_WINBIND_ONLINESTATUS, winbind_msg_onlinestatus); + messaging_register(winbind_messaging_context(), NULL, + MSG_DUMP_EVENT_LIST, winbind_msg_dump_event_list); + poptFreeContext(pc); netsamlogon_cache_init(); /* Non-critical */ |