opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -989,4 +989,20 @@ else return null; } } /** * Clears the Db associated with that server. */ public void clearDb() { Iterator<ReplicationCache> rcachei = getCacheIterator(); if (rcachei != null) { while (rcachei.hasNext()) { ReplicationCache rc = rcachei.next(); rc.clearDbs(); } } } }