[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12691: put a note so the distant future developers can simplify tor (tor/trunk/src/or)
Author: arma
Date: 2007-12-06 06:19:00 -0500 (Thu, 06 Dec 2007)
New Revision: 12691
Modified:
tor/trunk/src/or/config.c
Log:
put a note so the distant future developers can simplify tor
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2007-12-06 10:54:57 UTC (rev 12690)
+++ tor/trunk/src/or/config.c 2007-12-06 11:19:00 UTC (rev 12691)
@@ -3877,7 +3877,8 @@
goto err;
}
if (!strcmp(fingerprint, "E623F7625FBE0C87820F11EC5F6D5377ED816294")) {
- /* a known bad fingerprint. refuse to use it. */
+ /* a known bad fingerprint. refuse to use it. We can remove this
+ * clause once Tor 0.1.2.17 is obsolete. */
log_warn(LD_CONFIG, "Dangerous dirserver line. To correct, erase your "
"torrc file (%s), or reinstall Tor and use the default torrc.",
get_torrc_fname());