* path.cc (symlink_info::check): In case of ERROR_SHARING_VIOLATION and

ERROR_ACCESS_DENIED, try to get file attributes by using directory
	functions.
This commit is contained in:
Corinna Vinschen
2007-08-14 16:19:13 +00:00
parent cb8e4b58f5
commit 3b98bacfd6
2 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2007-08-14 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink_info::check): In case of ERROR_SHARING_VIOLATION and
ERROR_ACCESS_DENIED, try to get file attributes by using directory
functions.
2007-08-14 Corinna Vinschen <corinna@vinschen.de>
* path.cc (fs_info::update): Correctly handle the volume root directory.