]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
put a note so the distant future developers can simplify tor
authorRoger Dingledine <arma@torproject.org>
Thu, 6 Dec 2007 11:19:00 +0000 (11:19 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 6 Dec 2007 11:19:00 +0000 (11:19 +0000)
svn:r12691

src/or/config.c

index a8060f2269f99501f8bc052af7fd9046653dfe98..86a642ffa7c17e16682b35484c35ac996a562851 100644 (file)
@@ -3877,7 +3877,8 @@ parse_dir_server_line(const char *line, int validate_only)
     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());