mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
take back half of my bugfix. comparing times sucks.
but leave the other half. svn:r5495
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user