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

Update 3.2 branch to 3.2.8

Location:
branches/samba-3.2.x/source/nmbd
Files:
2 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");
  • branches/samba-3.2.x/source/nmbd/nmbd.c

    r204 r232  
    916916        pidfile_create("nmbd");
    917917
    918         if (!reinit_after_fork(nmbd_messaging_context(), false)) {
     918        if (!reinit_after_fork(nmbd_messaging_context(),
     919                               nmbd_event_context(), false)) {
    919920                DEBUG(0,("reinit_after_fork() failed\n"));
    920921                exit(1);
Note: See TracChangeset for help on using the changeset viewer.