]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR#47766 mod_autoindex directives not merged into sections with no autoindex directives.
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 04:45:21 +0000 (04:45 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 04:45:21 +0000 (04:45 +0000)
commit025ffd86861d1a7bdbafb5785875cf17725830e3
tree44999e8a0ea79e3a4fe74e1cfeaae55c35d93e2f
parentf19df08a5ac35416b9afe882f5216d6198af2e67
PR#47766 mod_autoindex directives not merged into sections with no autoindex directives.

This is due to an empty "opts" field looking just like one that has specified "None".  None is always
alone, so simplify and test for equality.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031430 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/generators/mod_autoindex.c