mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* mount.cc (fs_info::update): Remove erroneous NtClose on random handle
value.
This commit is contained in:
parent
fa09747890
commit
3f1d4f8757
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user