mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
take back half of my bugfix. comparing times sucks.
but leave the other half. svn:r5495
This commit is contained in:
parent
d60f514f4c
commit
7d032bd300
@ -241,7 +241,7 @@ circuit_expire_building(time_t now)
|
||||
/* c_rend_ready circs measure age since timestamp_dirty,
|
||||
* because that's set when they switch purposes
|
||||
*/
|
||||
if (!victim->rend_query[0] || victim->timestamp_dirty <= cutoff)
|
||||
if (!victim->rend_query[0] || victim->timestamp_dirty > cutoff)
|
||||
continue;
|
||||
break;
|
||||
case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
|
||||
|
Loading…
Reference in New Issue
Block a user