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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ffcc21c688d5e42812a95098a51f51d54fa96ed;p=thirdparty%2Fapache%2Fhttpd.git 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 b35e55f00a7..4e132e0f29f 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 =