From bced3eaa25451d2aa093a4d338a63fdf0ca43b74 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Mon, 21 Oct 2019 11:03:43 +0200 Subject: [PATCH] [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 --- drivers/filters/mountmgr/database.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/filters/mountmgr/database.c b/drivers/filters/mountmgr/database.c index 694c98a25fa..5e94f5c9a50 100644 --- a/drivers/filters/mountmgr/database.c +++ b/drivers/filters/mountmgr/database.c @@ -1622,9 +1622,6 @@ ReconcileThisDatabaseWithMaster(IN PDEVICE_EXTENSION DeviceExtension, return; } - UNIMPLEMENTED; - return; - /* Allocate a work item */ WorkItem = AllocatePool(sizeof(RECONCILE_WORK_ITEM)); if (!WorkItem)