[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11752: removed redundant configuration strings in router nodes (puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/impl)
Author: kloesing
Date: 2007-10-03 06:55:25 -0400 (Wed, 03 Oct 2007)
New Revision: 11752
Modified:
puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/impl/RouterNodeImpl.java
Log:
removed redundant configuration strings in router nodes
Modified: puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/impl/RouterNodeImpl.java
===================================================================
--- puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/impl/RouterNodeImpl.java 2007-10-03 05:47:14 UTC (rev 11751)
+++ puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/impl/RouterNodeImpl.java 2007-10-03 10:55:25 UTC (rev 11752)
@@ -318,9 +318,6 @@
// extend configuration by template configuration of router nodes
this.configuration.addAll(templateConfiguration);
- this.configuration.add("ControlPort " + controlPort);
- this.configuration.add("SocksPort " + socksPort);
-
// add further configuration to make this node a router node
this.configuration.add("ORPort " + orPort);
this.configuration.add("Nickname " + nodeName);