From cdee5ecd5b7ac3e3da5d3ffc9c39f4ba09159c13 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 03 Oct 2006 13:47:20 +0000
Subject: [PATCH] At startup time, each changelog server establish a connection with each other changelog server.

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

diff --git a/opends/src/server/org/opends/server/changelog/SerializingProtocolSession.java b/opends/src/server/org/opends/server/changelog/SerializingProtocolSession.java
index 7c742ac..23d87c2 100644
--- a/opends/src/server/org/opends/server/changelog/SerializingProtocolSession.java
+++ b/opends/src/server/org/opends/server/changelog/SerializingProtocolSession.java
@@ -103,4 +103,12 @@
     }
     return (SynchronizationMessage) socketInput.readObject();
   }
+
+  /**
+   * {@inheritDoc}
+   */
+  public String getRemoteAddress()
+  {
+    return socket.getInetAddress().getHostAddress();
+  }
 }

--
Gitblit v1.10.0