mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
7608ac9f71
commit
bced3eaa25
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue