[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] give a useful error message to clients when the dirserver h...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] give a useful error message to clients when the dirserver h...
- From: arma@seul.org (Roger Dingledine)
- Date: Wed, 10 Mar 2004 02:02:59 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 10 Mar 2004 02:03:21 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
config.c
Log Message:
give a useful error message to clients when the dirserver hasn't
defined any recommended versions
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- config.c 4 Mar 2004 01:53:55 -0000 1.91
+++ config.c 10 Mar 2004 07:02:56 -0000 1.92
@@ -377,7 +377,7 @@
options->SocksBindAddress = tor_strdup("127.0.0.1");
options->ORBindAddress = tor_strdup("0.0.0.0");
options->DirBindAddress = tor_strdup("0.0.0.0");
- options->RecommendedVersions = tor_strdup("none");
+ options->RecommendedVersions = tor_strdup("[no recommended versions defined -- the dirserver must define this]");
options->loglevel = LOG_INFO;
options->PidFile = NULL; // tor_strdup("tor.pid");
options->DataDirectory = NULL;