* mount.cc (fs_info::update): Remove erroneous NtClose on random handle

value.
This commit is contained in:
Corinna Vinschen 2010-09-27 16:10:14 +00:00
parent fa09747890
commit 3f1d4f8757
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-27 Corinna Vinschen <corinna@vinschen.de>
* mount.cc (fs_info::update): Remove erroneous NtClose on random handle
value.
2010-09-26 Corinna Vinschen <corinna@vinschen.de>
* uinfo.cc (cygheap_user::init): Call GetUserNameW and convert to

View File

@ -226,7 +226,6 @@ fs_info::update (PUNICODE_STRING upath, HANDLE in_vol)
{
debug_printf ("Cannot access path %S, status %08lx",
attr.ObjectName, status);
NtClose (vol);
return false;
}
}