[NTFS][FREELDR]

Cherrypick r71807 by Trevor Thompson

svn path=/trunk/; revision=71869
This commit is contained in:
Pierre Schweitzer 2016-07-09 16:21:13 +00:00
parent 2bdf474cc4
commit e5ca5b3971
2 changed files with 0 additions and 6 deletions

View file

@ -320,9 +320,6 @@ static ULONG NtfsReadAttribute(PNTFS_VOLUME_INFO Volume, PNTFS_ATTR_CONTEXT Cont
}
else
DataRunStartLCN = -1;
if (*DataRun == 0)
return AlreadyRead;
}
while (Length > 0)

View file

@ -273,9 +273,6 @@ ReadAttribute(PDEVICE_EXTENSION Vcb,
}
else
DataRunStartLCN = -1;
if (*DataRun == 0)
return AlreadyRead;
}
while (Length > 0)