]> granicus.if.org Git - apache/commitdiff
oh, cool. the recent commit fixed accidentally a null
authorAndré Malo <nd@apache.org>
Fri, 3 Jan 2003 07:27:56 +0000 (07:27 +0000)
committerAndré Malo <nd@apache.org>
Fri, 3 Jan 2003 07:27:56 +0000 (07:27 +0000)
pointer bug ;-)
now remove the remaining scrap.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98156 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_dbm.c

index 5c3fee258fe89411b3c8474a5c223a254c1cec20..b6d75bd1746d7b06fe1f202c2a55ff74b10de436 100644 (file)
@@ -100,7 +100,6 @@ static apr_status_t get_dbm_entry_as_str(request_rec *r, char *user,
 {
     apr_dbm_t *f;
     apr_datum_t d, q;
-    char *pw = NULL;
     apr_status_t retval;
     q.dptr = user;