From 4d0dc7ab81a3fdfd275510dbe5e964d77ed7da5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 3 Jan 2003 07:27:56 +0000 Subject: [PATCH] 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 --- modules/aaa/mod_authz_dbm.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1