Changeset 738 for branches/samba-3.5.x/source3/winbindd/winbindd.c
- Timestamp:
- Nov 12, 2012, 7:10:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/winbindd/winbindd.c
r736 r738 567 567 state->cmd_name = "unknown request"; 568 568 state->recv_fn = NULL; 569 state->last_access = time(NULL); 569 570 570 571 /* Process command */ … … 872 873 873 874 for (state = winbindd_client_list(); state; state = state->next) { 874 if (state->response == NULL && 875 if (state->request == NULL && 876 state->response == NULL && 875 877 !state->pwent_state && !state->grent_state) { 876 878 nidle++;
Note:
See TracChangeset
for help on using the changeset viewer.