1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Ensure we update last_access on the winbindd child struct on each request.

This commit is contained in:
Jeremy Allison 2012-08-13 10:34:52 -07:00
parent f7403d838f
commit aaeb3f5d9b

View File

@ -621,6 +621,7 @@ static void process_request(struct winbindd_cli_state *state)
state->cmd_name = "unknown request";
state->recv_fn = NULL;
state->last_access = time(NULL);
/* Process command */