Changeset 272 for branches/samba-3.2.x/source/winbindd/winbindd.c
- Timestamp:
- Jun 16, 2009, 5:52:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd.c
r232 r272 799 799 for (state = winbindd_client_list(); state; state = state->next) { 800 800 if (state->response.result != WINBINDD_PENDING && 801 state->fd_event.flags == EVENT_FD_READ && 801 802 !state->getpwent_state && !state->getgrent_state) { 802 803 nidle++;
Note:
See TracChangeset
for help on using the changeset viewer.