From e02320a2afb9967c056dd783a301cc3b6e86610e Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 19 Feb 2009 17:40:39 +0000
Subject: [PATCH] Fix for issue 3812 (dsreplication should complain if wrong repl port given for existent replication server)

---
 opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
index cd7abac..f21b7f2 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
@@ -137,7 +137,7 @@
   /**
    * The 'replicationPort' argument for the second server.
    */
-  private IntegerArgument replicationPort2Arg = null;
+  IntegerArgument replicationPort2Arg = null;
 
   /**
    * The 'secureReplication' argument for the second server.

--
Gitblit v1.10.0