diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-25 00:08:47 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-25 00:08:47 +0000 |
commit | 36ab0775e1c5ec4352f36074cea8bfbe49302b80 (patch) | |
tree | 4b26db758323bae193318b3fc5cfa47517f5502c /daemon/ntlm.c | |
parent | b9cab65e320fccc04cd06694e717db5e4abb5dcc (diff) |
Moved some common directives to the main config parser.
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); |