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/printing/printing.c

    r228 r232  
    14221422                pause_pipe[0] = -1;
    14231423
    1424                 if (!reinit_after_fork(smbd_messaging_context(), true)) {
     1424                if (!reinit_after_fork(smbd_messaging_context(),
     1425                                       smbd_event_context(), true)) {
    14251426                        DEBUG(0,("reinit_after_fork() failed\n"));
    14261427                        smb_panic("reinit_after_fork() failed");
Note: See TracChangeset for help on using the changeset viewer.