diff options
Diffstat (limited to 'daemon/ntlm.c')
-rw-r--r-- | daemon/ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ntlm.c b/daemon/ntlm.c index d567fe2..28284b9 100644 --- a/daemon/ntlm.c +++ b/daemon/ntlm.c @@ -654,7 +654,7 @@ int ntlm_process(ha_context_t* context, ha_request_t* req, * well as half open connections which expire. */ hash_purge(ctx->pending, t - ctx->pending_timeout); - hash_purge(ctx->established, t - context->timeout); + hash_purge(ctx->established, t - context->cache_timeout); ha_unlock(NULL); |