diff options
author | Roger Dingledine <arma@torproject.org> | 2003-11-17 07:20:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-11-17 07:20:51 +0000 |
commit | e5d6e7db1aaa16d25a87f30618d762d2838f0240 (patch) | |
tree | 90272df898ba93b6507eeec323779772cc0b358c /src/or/circuit.c | |
parent | ac5fc456ee252bd0e5eb276de999694cab2999f6 (diff) | |
download | tor-e5d6e7db1aaa16d25a87f30618d762d2838f0240.tar tor-e5d6e7db1aaa16d25a87f30618d762d2838f0240.tar.gz |
continue the circuit_deliver_relay_cell forward-failure bughunt
svn:r823
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r-- | src/or/circuit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c index 3af253781..12101ab1e 100644 --- a/src/or/circuit.c +++ b/src/or/circuit.c @@ -602,8 +602,6 @@ void circuit_about_to_close_connection(connection_t *conn) { } /* end switch */ } - -/* FIXME this now leaves some out */ void circuit_dump_by_conn(connection_t *conn, int severity) { circuit_t *circ; connection_t *tmpconn; |