summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_digest.c
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@apache.org>2010-08-06 22:02:59 +0200
committerPhilip M. Gollucci <pgollucci@apache.org>2010-08-06 22:02:59 +0200
commitff7cfbdcbbe9bc3e838c36d03052c1fc52f38111 (patch)
tree096e24726beae18750379b10ceb4c3fb519c35ef /modules/aaa/mod_auth_digest.c
parentaxe unexpected ';' after end of block (diff)
downloadapache2-ff7cfbdcbbe9bc3e838c36d03052c1fc52f38111.tar.xz
apache2-ff7cfbdcbbe9bc3e838c36d03052c1fc52f38111.zip
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
Diffstat (limited to 'modules/aaa/mod_auth_digest.c')
-rw-r--r--modules/aaa/mod_auth_digest.c1
1 files changed, 0 insertions, 1 deletions
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);