Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_dual.c

    r124 r134  
    528528        }
    529529
     530        /* This will be re-added in fork_domain_child() */
     531
     532        DLIST_REMOVE(children, child);
     533       
    530534        remove_fd_event(&child->event);
    531535        close(child->event.fd);
     
    893897        ZERO_STRUCT(state);
    894898        state.pid = sys_getpid();
    895 
    896         /* Stop zombies */
    897         CatchChild();
    898899
    899900        /* Ensure we don't process messages whilst we're
     
    925926        /* Child */
    926927
     928        /* Stop zombies in children */
     929        CatchChild();
     930
    927931        state.sock = fdpair[0];
    928932        close(fdpair[1]);
     
    995999
    9961000        if (child->domain && child->domain->internal && IS_DC) {
    997                 child->domain->internal = False;
    9981001                child->domain->methods = &cache_methods;
    9991002                child->domain->online = False;
     
    10111014                lp_TALLOC_FREE();
    10121015                main_loop_TALLOC_FREE();
     1016
     1017                /* check for signals */
     1018                winbind_check_sigterm();
     1019                winbind_check_sighup();
    10131020
    10141021                run_events(winbind_event_context(), 0, NULL, NULL);
Note: See TracChangeset for help on using the changeset viewer.