[or-cvs] r15781: The Tor config option PrivateTorNetwork was never implemente (puppetor/branches/gsoc2008/src/de/uniba/wiai/lspi/puppetor/impl)
sebastian at seul.org
sebastian at seul.org
Wed Jul 9 09:59:39 UTC 2008
Author: sebastian
Date: 2008-07-09 05:59:39 -0400 (Wed, 09 Jul 2008)
New Revision: 15781
Modified:
puppetor/branches/gsoc2008/src/de/uniba/wiai/lspi/puppetor/impl/NetworkImpl.java
Log:
The Tor config option PrivateTorNetwork was never implemented, try with TestingTorNetwork
Modified: puppetor/branches/gsoc2008/src/de/uniba/wiai/lspi/puppetor/impl/NetworkImpl.java
===================================================================
--- puppetor/branches/gsoc2008/src/de/uniba/wiai/lspi/puppetor/impl/NetworkImpl.java 2008-07-09 09:42:10 UTC (rev 15780)
+++ puppetor/branches/gsoc2008/src/de/uniba/wiai/lspi/puppetor/impl/NetworkImpl.java 2008-07-09 09:59:39 UTC (rev 15781)
@@ -293,7 +293,7 @@
for (ProxyNode node : this.nodes.values()) {
if (node.getNodeState() == NodeState.CONFIGURING) {
// add to configuration
- node.addConfiguration("PrivateTorNetwork 1");
+ node.addConfiguration("TestingTorNetwork 1");
}
}
More information about the tor-commits
mailing list