Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/lib/dummysmbd.c

    r133 r228  
    5252        return NT_STATUS_OK;
    5353}
     54
     55struct event_context *smbd_event_context(void)
     56{
     57        return NULL;
     58}
     59
     60struct messaging_context *smbd_messaging_context(void)
     61{
     62        return NULL;
     63}
Note: See TracChangeset for help on using the changeset viewer.