From: Roger Dingledine Date: Thu, 22 Nov 2007 00:44:08 +0000 (+0000) Subject: stop lying in the config file comment we write out regarding X-Git-Tag: tor-0.2.0.13-alpha~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaefad64a1df33f66aedcae25cfe08a991fd9360;p=thirdparty%2Ftor.git stop lying in the config file comment we write out regarding PublishServerDescriptor. svn:r12550 --- diff --git a/src/or/config.c b/src/or/config.c index baa46dd18c..d23ad9cbe1 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -484,7 +484,7 @@ static config_var_description_t options_description[] = { "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." },