]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
stop lying in the config file comment we write out regarding
authorRoger Dingledine <arma@torproject.org>
Thu, 22 Nov 2007 00:44:08 +0000 (00:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 22 Nov 2007 00:44:08 +0000 (00:44 +0000)
PublishServerDescriptor.

svn:r12550

src/or/config.c

index baa46dd18c305196b6d63529b731b2cb500979d4..d23ad9cbe1c49ce9bb144d4c9d3106bd96164719 100644 (file)
@@ -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." },