You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pg...@apache.org on 2010/08/06 22:02:59 UTC

svn commit: r983115 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

Author: pgollucci
Date: Fri Aug  6 20:02:59 2010
New Revision: 983115

URL: http://svn.apache.org/viewvc?rev=983115&view=rev
Log:
entry is over written immediately below

Reported by:	clang static analyzer


Modified:
    httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

Modified: httpd/httpd/trunk/modules/aaa/mod_auth_digest.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_digest.c?rev=983115&r1=983114&r2=983115&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_auth_digest.c (original)
+++ httpd/httpd/trunk/modules/aaa/mod_auth_digest.c Fri Aug  6 20:02:59 2010
@@ -858,7 +858,6 @@ static client_entry *add_client(unsigned
     }
 
     bucket = key % client_list->tbl_len;
-    entry  = client_list->table[bucket];
 
     apr_global_mutex_lock(client_lock);