mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTFS]
ReadFileRecord() returns a NTSTATUS svn path=/trunk/; revision=64614
This commit is contained in:
parent
1505056d55
commit
b679bea004
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ NtfsFindMftRecord(PDEVICE_EXTENSION Vcb, ULONGLONG MFTIndex, PUNICODE_STRING Fil
|
|||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
||||
if (ReadFileRecord(Vcb, MFTIndex, MftRecord))
|
||||
if (NT_SUCCESS(ReadFileRecord(Vcb, MFTIndex, MftRecord)))
|
||||
{
|
||||
//Magic = MftRecord->Magic;
|
||||
|
||||
|
|
Loading…
Reference in a new issue