소스 검색

take back half of my bugfix. comparing times sucks.
but leave the other half.


svn:r5495

Roger Dingledine 20 년 전
부모
커밋
7d032bd300
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/circuituse.c

+ 1 - 1
src/or/circuituse.c

@@ -241,7 +241,7 @@ circuit_expire_building(time_t now)
           /* c_rend_ready circs measure age since timestamp_dirty,
           /* c_rend_ready circs measure age since timestamp_dirty,
            * because that's set when they switch purposes
            * 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;
             continue;
           break;
           break;
         case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
         case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED: