diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-10 20:19:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-10 20:19:45 +0000 |
commit | e69d9647ed084dfde64f0e1bebbc98f8380c2cc6 (patch) | |
tree | 795e7bf36e42804d99d9858206480224ed86bb08 /src/or/circuitbuild.c | |
parent | 954570486f6d468e9e88415d728965daae62094b (diff) | |
download | tor-e69d9647ed084dfde64f0e1bebbc98f8380c2cc6.tar.gz tor-e69d9647ed084dfde64f0e1bebbc98f8380c2cc6.zip |
Remove XXXX009 comment telling us to do the last (circID-related) fix
svn:r2798
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 0bd8c01f57..63801982ae 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -350,15 +350,6 @@ circuit_deliver_create_cell(circuit_t *circ, char *payload) { tor_assert(circ->n_conn->type == CONN_TYPE_OR); tor_assert(payload); - /* XXXX009 How can we keep a good upgrade path here? We should - * compare keys, not nicknames...but older servers will compare nicknames. - * Should we check server version from the most recent directory? Hm. - * - * This is important if anybody is unverified. - * - * Solution: switch to identity-based comparison, but if we get - * any circuits in the wrong half of the space, switch. - */ circ->n_circ_id = get_unique_circ_id_by_conn(circ->n_conn); if(!circ->n_circ_id) { log_fn(LOG_WARN,"failed to get unique circID."); |