]> granicus.if.org Git - php/commitdiff
Fix for the problem I posted to internals@.
authorSebastian Bergmann <sebastian@php.net>
Fri, 5 Dec 2003 11:32:24 +0000 (11:32 +0000)
committerSebastian Bergmann <sebastian@php.net>
Fri, 5 Dec 2003 11:32:24 +0000 (11:32 +0000)
TSRM/tsrm_virtual_cwd.c

index cc4ba889d924742436218988fc0ba9638b652601..809ac3304f75f025da825a7a352811811a08aeff 100644 (file)
@@ -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