From 36ab0775e1c5ec4352f36074cea8bfbe49302b80 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 25 Apr 2004 00:08:47 +0000 Subject: Moved some common directives to the main config parser. --- daemon/ntlm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/ntlm.c') 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); -- cgit v1.2.3