]> 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:52:58 +0000 (10:52 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2013 10:52:58 +0000 (10:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554181 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_dbm.c

index b35e55f00a7d4a35f70bc0e654156928bbfd4c86..4e132e0f29f88c5ee3d4a0ec2082bfd3237cad88 100644 (file)
@@ -297,7 +297,7 @@ static const char *dbm_parse_config(cmd_parms *cmd, const char *require_line,
 static const authz_provider authz_dbmgroup_provider =
 {
     &dbmgroup_check_authorization,
-    dbm_parse_config,
+    &dbm_parse_config,
 };
 
 static const authz_provider authz_dbmfilegroup_provider =