mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[MOUNTMGR]
Fix a nasty typo in QueryPointsFromMemory() which was like breaking the behavior of IOCTL_MOUNTMGR_QUERY_POINTS, IOCTL_MOUNTMGR_DELETE_POINTS CID 1321853 svn path=/trunk/; revision=69002
This commit is contained in:
@@ -356,7 +356,7 @@ QueryPointsFromMemory(IN PDEVICE_EXTENSION DeviceExtension,
|
||||
/* Find back correct mount point */
|
||||
if (UniqueId)
|
||||
{
|
||||
if (!UniqueId->UniqueIdLength != DeviceInformation->UniqueId->UniqueIdLength)
|
||||
if (UniqueId->UniqueIdLength != DeviceInformation->UniqueId->UniqueIdLength)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user