bugfix: a circ can't be youngest if it's still connecting to the first hop

svn:r255
This commit is contained in:
Roger Dingledine
2003-04-20 21:56:44 +00:00
parent f54186aa91
commit 59e70bcae6
2 changed files with 6 additions and 6 deletions
-1
View File
@@ -258,7 +258,6 @@ void command_process_data_cell(cell_t *cell, connection_t *conn) {
void command_process_destroy_cell(cell_t *cell, connection_t *conn) {
circuit_t *circ;
connection_t *tmpconn;
circ = circuit_get_by_aci_conn(cell->aci, conn);