* fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call to
NtClose.
This commit is contained in:
@ -242,7 +242,7 @@ path_conv::ndisk_links (DWORD nNumberOfLinks)
|
||||
}
|
||||
while (dir->check_missing_mount ())
|
||||
++count;
|
||||
NtClose (dir);
|
||||
NtClose (fh);
|
||||
delete dir;
|
||||
return count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user