You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/12/30 11:56:05 UTC

svn commit: r1554184 - /httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c

Author: minfrin
Date: Mon Dec 30 10:56:05 2013
New Revision: 1554184

URL: http://svn.apache.org/r1554184
Log:
Pass the correct pointer that made it past the test suite.

Modified:
    httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c

Modified: httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c?rev=1554184&r1=1554183&r2=1554184&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c (original)
+++ httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c Mon Dec 30 10:56:05 2013
@@ -291,7 +291,7 @@ static const char *groupfile_parse_confi
 static const authz_provider authz_group_provider =
 {
     &group_check_authorization,
-    groupfile_parse_config,
+    &groupfile_parse_config,
 };
 
 static const authz_provider authz_filegroup_provider =