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

pgamba
02.58.2007 13ac0c8454cbbdfa9643f88a1a10c1a03b1313d2
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java
@@ -151,7 +151,10 @@
    attributes.add(attr);
    attributes.add(new Attribute("ssl-encryption",
                                 String.valueOf(domain.isSessionEncrypted())));
        String.valueOf(domain.isSessionEncrypted())));
    attributes.add(new Attribute("generation-id",
        String.valueOf(domain.getGenerationId())));
    return attributes;