]> granicus.if.org Git - apache/commitdiff
Pass the correct pointer that made it past the test suite.
authorGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2013 10:56:05 +0000 (10:56 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2013 10:56:05 +0000 (10:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554184 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_groupfile.c

index 45aee3b2bac252d5d96a43687fdbd4b6f40f5d1e..685309f035951a6f7fbc0657ebd02d80b9eb1a1b 100644 (file)
@@ -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 =