https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bced3eaa25451d2aa093a…
commit bced3eaa25451d2aa093a4d338a63fdf0ca43b74
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Mon Oct 21 11:03:43 2019 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Mon Oct 21 11:03:43 2019 +0200
[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)