Stop thinking that 0.1.2.x directory servers can handle "begin_dir"

requests. Should ease bugs 406 and 419 where 0.1.2.x relays are
crashing or mis-answering these requests.


svn:r12658
This commit is contained in:
Roger Dingledine
2007-12-03 22:31:59 +00:00
parent 3229117d3a
commit ce2cf88ebf
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1718,7 +1718,7 @@ routerstatus_parse_entry_from_string(const char **s, smartlist_t *tokens,
rs->version_supports_extrainfo_upload = 1;
} else {
rs->version_supports_begindir =
tor_version_as_new_as(tok->args[0], "0.1.2.2-alpha");
tor_version_as_new_as(tok->args[0], "0.2.0.1-alpha");
rs->version_supports_extrainfo_upload =
tor_version_as_new_as(tok->args[0], "0.2.0.0-alpha-dev (r10070)");
rs->version_supports_v3_dir =