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:
@@ -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
|
||||
|
Reference in New Issue
Block a user