]> granicus.if.org Git - apache/commitdiff
A good thing, allow W2K to perform the symlink test.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 11 Nov 2000 01:20:03 +0000 (01:20 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 11 Nov 2000 01:20:03 +0000 (01:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86918 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index 7c58335e1c505374f3cc6e2c4ed8f6fc3895391c..800e59f127442ef0aa84537de1975ffbc459bce6 100644 (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