]> granicus.if.org Git - apache/commitdiff
entry is over written immediately below
authorPhilip M. Gollucci <pgollucci@apache.org>
Fri, 6 Aug 2010 20:02:59 +0000 (20:02 +0000)
committerPhilip M. Gollucci <pgollucci@apache.org>
Fri, 6 Aug 2010 20:02:59 +0000 (20:02 +0000)
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

index 6da86218a1efc7c502c171d230e8ed74af65eceb..5b86929c837cbf0188788b5cafb35c5c4cf717fa 100644 (file)
@@ -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);