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

gbellato
06.37.2009 096707f6f91e33ecdc4dea986c89bf55007b5f2a
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());