diff options
author | Sebastian Bergmann <sebastian@php.net> | 2003-12-05 11:32:24 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2003-12-05 11:32:24 +0000 |
commit | ef9dfc00ff98a95d7e7456da7588987f2aa97a01 (patch) | |
tree | 814148a0ceb56d60a00d343ea74e6b774b691202 /TSRM | |
parent | 657b7e08d0dcd58b75fad9123ae4a7c8b1d8ce56 (diff) | |
download | php-git-ef9dfc00ff98a95d7e7456da7588987f2aa97a01.tar.gz |
Fix for the problem I posted to internals@.
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |