* fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call to
NtClose.
This commit is contained in:
parent
f86258b5c1
commit
b6c2b7cc73
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-02 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call to
|
||||||
|
NtClose.
|
||||||
|
|
||||||
2007-08-01 Corinna Vinschen <corinna@vinschen.de>
|
2007-08-01 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* syscalls.cc (rename): Check if oldpath and newpath refer to the
|
* syscalls.cc (rename): Check if oldpath and newpath refer to the
|
||||||
|
@ -242,7 +242,7 @@ path_conv::ndisk_links (DWORD nNumberOfLinks)
|
|||||||
}
|
}
|
||||||
while (dir->check_missing_mount ())
|
while (dir->check_missing_mount ())
|
||||||
++count;
|
++count;
|
||||||
NtClose (dir);
|
NtClose (fh);
|
||||||
delete dir;
|
delete dir;
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user