Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 82714 invoked by uid 500); 22 Sep 2002 05:18:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 82703 invoked by uid 500); 22 Sep 2002 05:18:44 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 Sep 2002 05:18:33 -0000 Message-ID: <20020922051833.8735.qmail@icarus.apache.org> From: fielding@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/aaa mod_authn_dbm.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N fielding 2002/09/21 22:18:33 Modified: modules/aaa mod_authn_dbm.c Log: kill a warning Revision Changes Path 1.7 +1 -1 httpd-2.0/modules/aaa/mod_authn_dbm.c Index: mod_authn_dbm.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_dbm.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_authn_dbm.c 20 Sep 2002 06:14:31 -0000 1.6 +++ mod_authn_dbm.c 22 Sep 2002 05:18:33 -0000 1.7 @@ -155,7 +155,7 @@ &authn_dbm_module); apr_datum_t dbm_pw; apr_status_t rv; - char *dbm_password; + char *dbm_password = NULL; rv = fetch_dbm(conf->dbmtype, conf->pwfile, user, &dbm_pw, r->pool);