* 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>
|
2010-09-26 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* uinfo.cc (cygheap_user::init): Call GetUserNameW and convert to
|
* 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",
|
debug_printf ("Cannot access path %S, status %08lx",
|
||||||
attr.ObjectName, status);
|
attr.ObjectName, status);
|
||||||
NtClose (vol);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user