Ignore:
Timestamp:
May 29, 2008, 12:22:03 PM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0rc1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/winbindd/winbindd_dual.c

    r133 r136  
    479479        }
    480480
     481        /* This will be re-added in fork_domain_child() */
     482
     483        DLIST_REMOVE(children, child);
     484       
    481485        remove_fd_event(&child->event);
    482486        close(child->event.fd);
     
    979983        state.pid = sys_getpid();
    980984
    981         /* Stop zombies */
    982         CatchChild();
    983 
    984985        child->pid = sys_fork();
    985986
     
    10021003
    10031004        /* Child */
     1005
     1006        /* Stop zombies in children */
     1007        CatchChild();
    10041008
    10051009        state.sock = fdpair[0];
     
    11021106                TALLOC_CTX *frame = talloc_stackframe();
    11031107
     1108                /* check for signals */
     1109                winbind_check_sigterm();
     1110                winbind_check_sighup();
     1111
    11041112                run_events(winbind_event_context(), 0, NULL, NULL);
    11051113
Note: See TracChangeset for help on using the changeset viewer.