[NTOSKRNL]

Do not assign drive letters to unrecognized partitions. Fixes bug #2564.

svn path=/trunk/; revision=52731
This commit is contained in:
Dmitry Gorbachev 2011-07-18 20:27:42 +00:00
parent 70bcf6fc0a
commit 629b082a69

View file

@ -398,7 +398,7 @@ xHalQueryDriveLayout(IN PUNICODE_STRING DeviceName,
/* Read the partition table */
Status = IoReadPartitionTable(DeviceObject,
DiskGeometry.BytesPerSector,
FALSE,
TRUE,
LayoutInfo);
}