mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
bugfix: a circ can't be youngest if it's still connecting to the first hop
svn:r255
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user