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

modules/aaa/mod_authz_dbd.c

index d766d55486380478ea4e33a077b2393dae84a636..8da0ccaec340fc501d655886bd367303c9ab5263 100644 (file)
@@ -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 =