mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00:00
[NTFS]
Fix a stupid copy paste error! svn path=/trunk/; revision=65593
This commit is contained in:
parent
f94ebb610d
commit
62f2a171cd
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ NtfsReadFCBAttribute(PNTFS_VCB Vcb,
|
|||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
||||
Status = ReadFileRecord(Vcb, NTFS_FILE_BITMAP, FileRecord);
|
||||
Status = ReadFileRecord(Vcb, pFCB->MFTIndex, FileRecord);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ExFreePoolWithTag(FileRecord, TAG_NTFS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue