]> granicus.if.org Git - apache/commitdiff
correction to r1031776, retain OR_UNSET with default AllowOverride None
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 21:00:18 +0000 (21:00 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 21:00:18 +0000 (21:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031794 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 9f8d01d02d8a5bd69e6660ffe48c86c99932de18..e01b4b40ecc11058dc27580cf07dcaf19eb74691 100644 (file)
@@ -114,7 +114,7 @@ static void *create_core_dir_config(apr_pool_t *a, char *dir)
 
     conf->opts = dir ? OPT_UNSET : OPT_UNSET|OPT_ALL;
     conf->opts_add = conf->opts_remove = OPT_NONE;
-    conf->override = OR_NONE;
+    conf->override = OR_UNSET|OR_NONE;
     conf->override_opts = OPT_UNSET | OPT_ALL | OPT_SYM_OWNER | OPT_MULTI;
 
     conf->content_md5 = 2;