Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/nmbd/asyncdns.c

    r133 r232  
    180180        CatchSignal(SIGTERM, SIGNAL_CAST sig_term );
    181181
    182         if (!reinit_after_fork(nmbd_messaging_context(), true)) {
     182        if (!reinit_after_fork(nmbd_messaging_context(),
     183                               nmbd_event_context(), true)) {
    183184                DEBUG(0,("reinit_after_fork() failed\n"));
    184185                smb_panic("reinit_after_fork() failed");
Note: See TracChangeset for help on using the changeset viewer.