[MOUNTMGR] That was not meant to be committed
authorPierre Schweitzer <pierre@reactos.org>
Mon, 21 Oct 2019 09:03:43 +0000 (11:03 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Mon, 21 Oct 2019 09:03:43 +0000 (11:03 +0200)
Even though it shows there might be a bug in the
code handling remote databases in the MountMgr ;-)

Addendum to 7608ac9

drivers/filters/mountmgr/database.c

index 694c98a..5e94f5c 100644 (file)
@@ -1622,9 +1622,6 @@ ReconcileThisDatabaseWithMaster(IN PDEVICE_EXTENSION DeviceExtension,
         return;
     }
 
-    UNIMPLEMENTED;
-    return;
-
     /* Allocate a work item */
     WorkItem = AllocatePool(sizeof(RECONCILE_WORK_ITEM));
     if (!WorkItem)