mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[NTFS][FREELDR]
Cherrypick r71807 by Trevor Thompson svn path=/trunk/; revision=71869
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -273,9 +273,6 @@ ReadAttribute(PDEVICE_EXTENSION Vcb,
|
||||
}
|
||||
else
|
||||
DataRunStartLCN = -1;
|
||||
|
||||
if (*DataRun == 0)
|
||||
return AlreadyRead;
|
||||
}
|
||||
|
||||
while (Length > 0)
|
||||
|
||||
Reference in New Issue
Block a user