[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12550: stop lying in the config file comment we write out regarding (tor/trunk/src/or)
Author: arma
Date: 2007-11-21 19:44:08 -0500 (Wed, 21 Nov 2007)
New Revision: 12550
Modified:
tor/trunk/src/or/config.c
Log:
stop lying in the config file comment we write out regarding
PublishServerDescriptor.
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2007-11-22 00:43:22 UTC (rev 12549)
+++ tor/trunk/src/or/config.c 2007-11-22 00:44:08 UTC (rev 12550)
@@ -484,7 +484,7 @@
"and servers." },
{ "ORListenAddress", "Bind to this address to listen for connections from "
"clients and servers, instead of the default 0.0.0.0:ORPort." },
- { "PublishServerDescriptor", "Set to \"\" to keep the server from "
+ { "PublishServerDescriptor", "Set to 0 to keep the server from "
"uploading info to the directory authorities." },
/*{ "RedirectExit", "When an outgoing connection tries to connect to a "
*"given address, redirect it to another address instead." },