Ignore:
Timestamp:
Aug 2, 2010, 8:16:45 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: trunk update to 3.5.4

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

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

    r429 r480  
    12151215                                            logfilename))
    12161216                return false;
     1217
     1218        /* Stop zombies in children */
     1219        CatchChild();
    12171220
    12181221        /* Don't handle the same messages as our parent. */
     
    13391342        DEBUG(10, ("Child process %d\n", (int)sys_getpid()));
    13401343
    1341         /* Stop zombies in children */
    1342         CatchChild();
    1343 
    13441344        state.sock = fdpair[0];
    13451345        close(fdpair[1]);
Note: See TracChangeset for help on using the changeset viewer.