[MOUNTMGR] That was not meant to be committed

Even though it shows there might be a bug in the
code handling remote databases in the MountMgr ;-)

Addendum to 7608ac9
This commit is contained in:
Pierre Schweitzer 2019-10-21 11:03:43 +02:00
parent 7608ac9f71
commit bced3eaa25
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -1622,9 +1622,6 @@ ReconcileThisDatabaseWithMaster(IN PDEVICE_EXTENSION DeviceExtension,
return; return;
} }
UNIMPLEMENTED;
return;
/* Allocate a work item */ /* Allocate a work item */
WorkItem = AllocatePool(sizeof(RECONCILE_WORK_ITEM)); WorkItem = AllocatePool(sizeof(RECONCILE_WORK_ITEM));
if (!WorkItem) if (!WorkItem)