From: William A. Rowe Jr Date: Sat, 11 Nov 2000 01:20:03 +0000 (+0000) Subject: A good thing, allow W2K to perform the symlink test. X-Git-Tag: APACHE_2_0_ALPHA_8~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ef1c8aa2db9ceb87aefaeb2419469ce5b9f0117;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 7c58335e1c5..800e59f1274 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -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