[MOUNTMGR]
[reactos.git] / reactos / drivers / filters / mountmgr / device.c
index 70dfdd8..081f514 100644 (file)
@@ -1496,6 +1496,7 @@ MountMgrDeviceControl(IN PDEVICE_OBJECT DeviceObject,
 
         case IOCTL_MOUNTMGR_DELETE_POINTS:
             Status = MountMgrDeletePoints(DeviceExtension, Irp);
+            break;
 
         case IOCTL_MOUNTMGR_QUERY_POINTS:
             Status = MountMgrQueryPoints(DeviceExtension, Irp);