mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTOSKRNL]
Do not assign drive letters to unrecognized partitions. Fixes bug #2564. svn path=/trunk/; revision=52731
This commit is contained in:
@@ -398,7 +398,7 @@ xHalQueryDriveLayout(IN PUNICODE_STRING DeviceName,
|
||||
/* Read the partition table */
|
||||
Status = IoReadPartitionTable(DeviceObject,
|
||||
DiskGeometry.BytesPerSector,
|
||||
FALSE,
|
||||
TRUE,
|
||||
LayoutInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user