diff options
author | Roger Dingledine <arma@torproject.org> | 2007-04-30 23:24:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-04-30 23:24:38 +0000 |
commit | 590c6ff33d9e8abf51d2d06a271ac4dc9d940496 (patch) | |
tree | 9ebb32a5b5572e4aa7c31f2bdca5ce5f8ebb9269 /src/or/circuituse.c | |
parent | 95734e73ffd7c7225ba66554c2653619384e1be2 (diff) | |
download | tor-590c6ff33d9e8abf51d2d06a271ac4dc9d940496.tar.gz tor-590c6ff33d9e8abf51d2d06a271ac4dc9d940496.zip |
identify the exit node correctly when we timeout and detach
from a circuit, even if the exit node is in the middle.
there are probably a few more places that need this fix too.
svn:r10076
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 427d788b11..70b884c446 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1190,7 +1190,7 @@ consider_recording_trackhost(edge_connection_t *conn, origin_circuit_t *circ) /** Attempt to attach the connection <b>conn</b> to <b>circ</b>, and send a * begin or resolve cell as appropriate. Return values are as for * connection_ap_handshake_attach_circuit. The stream will exit from the hop - * indicatd by <b>cpath</b>, or to the last hop in circ's cpath if + * indicated by <b>cpath</b>, or from the last hop in circ's cpath if * <b>cpath</b> is NULL. */ int connection_ap_handshake_attach_chosen_circuit(edge_connection_t *conn, |