From: Sebastian Bergmann Date: Fri, 5 Dec 2003 11:32:24 +0000 (+0000) Subject: Fix for the problem I posted to internals@. X-Git-Tag: php-5.0.0b3RC1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9dfc00ff98a95d7e7456da7588987f2aa97a01;p=php Fix for the problem I posted to internals@. --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index cc4ba889d9..809ac3304f 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -352,9 +352,6 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func path_length = new_path_length; } else { free(new_path); - if (GetLastError() != ERROR_FILE_NOT_FOUND) { - return 1; - } } } #endif