take back half of my bugfix. comparing times sucks.

but leave the other half.


svn:r5495
This commit is contained in:
Roger Dingledine 2005-12-04 21:59:15 +00:00
parent d60f514f4c
commit 7d032bd300

View File

@ -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: