mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
06.37.2009 8ffef883ac0883c043eda1a7aa0d4a3dd5d3f390
opendj-sdk/opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -550,7 +550,7 @@
      ArrayList<Attribute> attributes = new ArrayList<Attribute>();
      attributes.add(Attributes.create("replicationServer-database",
          String.valueOf(serverId)));
      attributes.add(Attributes.create("base-dn", baseDn.toString()));
      attributes.add(Attributes.create("domain-name", baseDn.toString()));
      if (firstChange != null)
      {
        Date firstTime = new Date(firstChange.getTime());