Changeset 736 for branches/samba-3.5.x/source3/winbindd/winbindd_dual.c
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/winbindd/winbindd_dual.c
r732 r736 37 37 extern bool override_logfile; 38 38 extern struct winbindd_methods cache_methods; 39 40 static struct winbindd_child *children = NULL; 39 41 40 42 /* Read some data from a client connection */ … … 171 173 close(state->child->sock); 172 174 state->child->sock = -1; 175 DLIST_REMOVE(children, state->child); 173 176 tevent_req_error(req, err); 174 177 return; … … 517 520 SMB_ASSERT(child->rpccli != NULL); 518 521 } 519 520 struct winbindd_child *children = NULL;521 522 522 523 void winbind_child_died(pid_t pid)
Note:
See TracChangeset
for help on using the changeset viewer.