Ignore:
Timestamp:
Nov 12, 2012, 7:10:02 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.18

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd.c

    r736 r738  
    567567        state->cmd_name = "unknown request";
    568568        state->recv_fn = NULL;
     569        state->last_access = time(NULL);
    569570
    570571        /* Process command */
     
    872873
    873874        for (state = winbindd_client_list(); state; state = state->next) {
    874                 if (state->response == NULL &&
     875                if (state->request == NULL &&
     876                    state->response == NULL &&
    875877                    !state->pwent_state && !state->grent_state) {
    876878                        nidle++;
Note: See TracChangeset for help on using the changeset viewer.