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-Tag: 2.5.0-alpha~4721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a32a3a00c15504ea964bd4f86c5057926a40f4;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 =