diff options
-rwxr-xr-x | src/sysync/customimplds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysync/customimplds.cpp b/src/sysync/customimplds.cpp index 4b9da0a..f30e469 100755 --- a/src/sysync/customimplds.cpp +++ b/src/sysync/customimplds.cpp @@ -1623,6 +1623,7 @@ localstatus TCustomImplDS::implMakeAdminReady( // special case: the database requests a slow sync for internal reasons (like change tracking disabled) // - force slow sync by removing last anchor fLastRemoteAnchor.erase(); + sta = LOCERR_OK; } } } // if apiLoadAdminData successful |