summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-01-03 08:27:56 +0100
committerAndré Malo <nd@apache.org>2003-01-03 08:27:56 +0100
commit4d0dc7ab81a3fdfd275510dbe5e964d77ed7da5e (patch)
tree3acd80b5cbe6115d0584507d4e1896619a642490 /modules
parentsome cleanup. (diff)
downloadapache2-4d0dc7ab81a3fdfd275510dbe5e964d77ed7da5e.tar.xz
apache2-4d0dc7ab81a3fdfd275510dbe5e964d77ed7da5e.zip
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
Diffstat (limited to 'modules')
-rw-r--r--modules/aaa/mod_authz_dbm.c1
1 files changed, 0 insertions, 1 deletions
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;