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:
parent
f7403d838f
commit
aaeb3f5d9b
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user