diff --git a/reactos/drivers/filters/mountmgr/point.c b/reactos/drivers/filters/mountmgr/point.c index 0c2136c1a7f..730add4c01e 100644 --- a/reactos/drivers/filters/mountmgr/point.c +++ b/reactos/drivers/filters/mountmgr/point.c @@ -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; }