From: Graham Leggett Date: Mon, 30 Dec 2013 10:56:05 +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=5fe5625bfe1d2c64f41be6e3d6a99976c2907fd2;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@1554184 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authz_groupfile.c b/modules/aaa/mod_authz_groupfile.c index 45aee3b2bac..685309f0359 100644 --- a/modules/aaa/mod_authz_groupfile.c +++ b/modules/aaa/mod_authz_groupfile.c @@ -291,7 +291,7 @@ static const char *groupfile_parse_config(cmd_parms *cmd, const char *require_li static const authz_provider authz_group_provider = { &group_check_authorization, - groupfile_parse_config, + &groupfile_parse_config, }; static const authz_provider authz_filegroup_provider =