From 305d344b81f1fd8eb96c6c938ae0be0c268f45af Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Thu, 08 Oct 2009 16:02:17 +0000
Subject: [PATCH] - Addition of ReplServerStartDSMsg now sent to a DS connecting to a RS  in handshake phase instead of a ReplServerStartMsg. ReplServerStartDSMsg  contains same thing as ReplServerStartMsg but also contains

---
 opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java b/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
index 4b2fc59..c20d895 100644
--- a/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
+++ b/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
@@ -243,6 +243,14 @@
   /**
    * {@inheritDoc}
    */
+  public String getReadableRemoteAddress()
+  {
+    return plainSocket.getRemoteSocketAddress().toString();
+  }
+
+  /**
+   * {@inheritDoc}
+   */
   public void setSoTimeout(int timeout) throws SocketException
   {
     plainSocket.setSoTimeout(timeout);

--
Gitblit v1.10.0