opends/src/server/org/opends/server/replication/server/ReplicationDB.java
@@ -78,9 +78,10 @@ this.dbenv = dbenv; this.replicationServer = replicationServer; // Get or create the associated Replicationcache and Db. // Get or create the associated ReplicationServerDomain and Db. db = dbenv.getOrAddDb(serverId, baseDn, replicationServer.getReplicationCache(baseDn, true).getGenerationId()); replicationServer.getReplicationServerDomain(baseDn, true).getGenerationId()); } /**