Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/winbindd.c

    r757 r862  
    10791079                           MSG_WINBIND_ONLINESTATUS, winbind_msg_onlinestatus);
    10801080
     1081        /* Handle domain online/offline messages for domains */
     1082        messaging_register(winbind_messaging_context(), NULL,
     1083                           MSG_WINBIND_DOMAIN_OFFLINE, winbind_msg_domain_offline);
     1084        messaging_register(winbind_messaging_context(), NULL,
     1085                           MSG_WINBIND_DOMAIN_ONLINE, winbind_msg_domain_online);
     1086
    10811087        messaging_register(winbind_messaging_context(), NULL,
    10821088                           MSG_DUMP_EVENT_LIST, winbind_msg_dump_event_list);
Note: See TracChangeset for help on using the changeset viewer.