From d3a32a3a00c15504ea964bd4f86c5057926a40f4 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 d766d55486..8da0ccaec3 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.50.0