From: Graham Leggett Date: Mon, 30 Dec 2013 10:21:07 +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=6e407f4267ca4b72e7bc99aa28f15ddb2ff5bb8b;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@1554176 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authz_dbd.c b/modules/aaa/mod_authz_dbd.c index d766d554863..8da0ccaec34 100644 --- a/modules/aaa/mod_authz_dbd.c +++ b/modules/aaa/mod_authz_dbd.c @@ -345,7 +345,7 @@ static const char *dbd_parse_config(cmd_parms *cmd, const char *require_line, static const authz_provider authz_dbdgroup_provider = { &dbdgroup_check_authorization, - dbd_parse_config, + &dbd_parse_config, }; static const authz_provider authz_dbdlogin_provider =