From aaeb3f5d9b488dd55e47a3cc329b4cb226f2f0e1 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 13 Aug 2012 10:34:52 -0700 Subject: [PATCH] Ensure we update last_access on the winbindd child struct on each request. --- source3/winbindd/winbindd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 685ef488818..6d3fece7bd9 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -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 */ -- 2.11.4.GIT