Skip to content

Commit 7a86a7c

Browse files
committed
Axe unused variable 'res' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96787 13f79535-47bb-0310-9956-ffa450edef68
1 parent bd04825 commit 7a86a7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/aaa/mod_authn_dbm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ static authn_status check_dbm_pw(request_rec *r, const char *user,
165165
apr_datum_t dbm_pw;
166166
apr_status_t rv;
167167
char *dbm_password;
168-
int res;
169168

170169
rv = fetch_dbm(conf->dbmtype, conf->pwfile, user, &dbm_pw, r->pool);
171170

0 commit comments

Comments
 (0)