mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTFS]
ReadFileRecord() returns a NTSTATUS svn path=/trunk/; revision=64614
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user