From ff7cfbdcbbe9bc3e838c36d03052c1fc52f38111 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Fri, 6 Aug 2010 20:02:59 +0000 Subject: [PATCH] entry is over written immediately below Reported by: clang static analyzer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983115 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth_digest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index 6da86218a1..5b86929c83 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -858,7 +858,6 @@ static client_entry *add_client(unsigned long key, client_entry *info, } bucket = key % client_list->tbl_len; - entry = client_list->table[bucket]; apr_global_mutex_lock(client_lock); -- 2.50.1