1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

A good thing, allow W2K to perform the symlink test.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-11-11 01:20:03 +00:00
parent b8e4c889b3
commit 5ef1c8aa2d

View File

@@ -146,7 +146,7 @@ static int check_safe_file(request_rec *r)
static int check_symlinks(char *d, int opts, apr_pool_t *p)
{
#if defined(OS2) || defined(WIN32)
#if defined(OS2)
/* OS/2 doesn't have symlinks */
return OK;
#else