From 6e407f4267ca4b72e7bc99aa28f15ddb2ff5bb8b Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 30 Dec 2013 10:21:07 +0000 Subject: [PATCH] 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 --- modules/aaa/mod_authz_dbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.47.3