mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
[NTOSKRNL]
Do not assign drive letters to unrecognized partitions. Fixes bug #2564. svn path=/trunk/; revision=52731
This commit is contained in:
parent
70bcf6fc0a
commit
629b082a69
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ xHalQueryDriveLayout(IN PUNICODE_STRING DeviceName,
|
||||||
/* Read the partition table */
|
/* Read the partition table */
|
||||||
Status = IoReadPartitionTable(DeviceObject,
|
Status = IoReadPartitionTable(DeviceObject,
|
||||||
DiskGeometry.BytesPerSector,
|
DiskGeometry.BytesPerSector,
|
||||||
FALSE,
|
TRUE,
|
||||||
LayoutInfo);
|
LayoutInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue