From: Andre Malo Date: Fri, 3 Jan 2003 07:27:56 +0000 (+0000) Subject: oh, cool. the recent commit fixed accidentally a null X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7acb071808c8160cd0ff72d9916cce6b49fc8753;p=apache oh, cool. the recent commit fixed accidentally a null 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 --- diff --git a/modules/aaa/mod_authz_dbm.c b/modules/aaa/mod_authz_dbm.c index 5c3fee258f..b6d75bd174 100644 --- a/modules/aaa/mod_authz_dbm.c +++ b/modules/aaa/mod_authz_dbm.c @@ -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;