From: Wilfredo Sanchez Date: Sun, 8 Dec 2002 21:18:29 +0000 (+0000) Subject: the AccessAuthoritative directive should be AuthzDefaultAuthoritative X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f41ada8b01df3ba2c17c2ebc329820c553ed10;p=apache the AccessAuthoritative directive should be AuthzDefaultAuthoritative Submitted by: Andre Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97804 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authz_default.c b/modules/aaa/mod_authz_default.c index baaf16302f..9b07642966 100644 --- a/modules/aaa/mod_authz_default.c +++ b/modules/aaa/mod_authz_default.c @@ -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 "