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

gbellato
24.04.2009 9eb54b5b0e109ecbaee9aa109b32dbf42323bd55
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerHandler.java
@@ -93,7 +93,7 @@
      serverAddressURL =
        session.getRemoteAddress() + ":" + serverURL.substring(separator +
            1);
      setServiceIdAndDomain(inReplServerStartMsg.getBaseDn());
      setServiceIdAndDomain(inReplServerStartMsg.getBaseDn(), false);
      setInitialServerState(inReplServerStartMsg.getServerState());
      setSendWindowSize(inReplServerStartMsg.getWindowSize());
      if (protocolVersion > ProtocolVersion.REPLICATION_PROTOCOL_V1)
@@ -156,7 +156,7 @@
    // the encryption we will request to the peer as we are the session creator
    this.initSslEncryption = sslEncryption;
    setServiceIdAndDomain(serviceId);
    setServiceIdAndDomain(serviceId, false);
    localGenerationId = replicationServerDomain.getGenerationId();
    oldGenerationId = localGenerationId;