Changeset 134 for branches/samba-3.0/source/nsswitch/winbindd_dual.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_dual.c
r124 r134 528 528 } 529 529 530 /* This will be re-added in fork_domain_child() */ 531 532 DLIST_REMOVE(children, child); 533 530 534 remove_fd_event(&child->event); 531 535 close(child->event.fd); … … 893 897 ZERO_STRUCT(state); 894 898 state.pid = sys_getpid(); 895 896 /* Stop zombies */897 CatchChild();898 899 899 900 /* Ensure we don't process messages whilst we're … … 925 926 /* Child */ 926 927 928 /* Stop zombies in children */ 929 CatchChild(); 930 927 931 state.sock = fdpair[0]; 928 932 close(fdpair[1]); … … 995 999 996 1000 if (child->domain && child->domain->internal && IS_DC) { 997 child->domain->internal = False;998 1001 child->domain->methods = &cache_methods; 999 1002 child->domain->online = False; … … 1011 1014 lp_TALLOC_FREE(); 1012 1015 main_loop_TALLOC_FREE(); 1016 1017 /* check for signals */ 1018 winbind_check_sigterm(); 1019 winbind_check_sighup(); 1013 1020 1014 1021 run_events(winbind_event_context(), 0, NULL, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.