From: Graham Leggett Date: Mon, 30 Dec 2013 10:52:58 +0000 (+0000) Subject: Pass the correct pointer that made it past the test suite. X-Git-Tag: 2.5.0-alpha~4719 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=defc95ad91aaaaa4209263a1a042fed8cf337a65;p=apache Pass the correct pointer that made it past the test suite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554181 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authz_dbm.c b/modules/aaa/mod_authz_dbm.c index b35e55f00a..4e132e0f29 100644 --- a/modules/aaa/mod_authz_dbm.c +++ b/modules/aaa/mod_authz_dbm.c @@ -297,7 +297,7 @@ static const char *dbm_parse_config(cmd_parms *cmd, const char *require_line, static const authz_provider authz_dbmgroup_provider = { &dbmgroup_check_authorization, - dbm_parse_config, + &dbm_parse_config, }; static const authz_provider authz_dbmfilegroup_provider =