]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the wildcard includes on NetWare by calling opendir() with the original pattern...
authorBradley Nicholes <bnicholes@apache.org>
Mon, 10 May 2004 19:30:43 +0000 (19:30 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 10 May 2004 19:30:43 +0000 (19:30 +0000)
commitc47733bb185aa1d83e249c214cf63a938edb09db
tree81a05540a1c10bdd0c2242515d38d23f0a30d89d
parent90593abd861bc337c7a37737eb93761051625aff
Fix the wildcard includes on NetWare by calling opendir() with the original pattern.  Otherwise NetWare returns a single directory entry rather than the directory contents.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103640 13f79535-47bb-0310-9956-ffa450edef68
src/main/http_config.c