mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
put a note so the distant future developers can simplify tor
svn:r12691
This commit is contained in:
parent
8b2585854a
commit
b277954501
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user