]> granicus.if.org Git - apache/commitdiff
the AccessAuthoritative directive should be AuthzDefaultAuthoritative
authorWilfredo Sanchez <wsanchez@apache.org>
Sun, 8 Dec 2002 21:18:29 +0000 (21:18 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Sun, 8 Dec 2002 21:18:29 +0000 (21:18 +0000)
Submitted by: Andre Malo <nd@perlig.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97804 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_default.c

index baaf16302f21e18d4ab1dc327eb8f986cab9080e..9b0764296639060f859e712191369aaf2397bff4 100644 (file)
@@ -95,7 +95,7 @@ static void *create_authz_default_dir_config(apr_pool_t *p, char *d)
 
 static const command_rec authz_default_cmds[] =
 {
-    AP_INIT_FLAG("AccessAuthoritative", ap_set_flag_slot,
+    AP_INIT_FLAG("AuthzDefaultAuthoritative", ap_set_flag_slot,
                  (void *)APR_OFFSETOF(authz_default_config_rec, authoritative),
                  OR_AUTHCFG,
                  "Set to 'Off' to allow access control to be passed along to "