Loading src/or/circuituse.c +2 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,8 @@ circuit_expire_building(time_t now) build_state = TO_ORIGIN_CIRCUIT(victim)->build_state; if (victim->timestamp_created > (build_state && build_state->onehop_tunnel) ? begindir_cutoff : cutoff) ((build_state && build_state->onehop_tunnel) ? begindir_cutoff : cutoff)) continue; /* it's still young, leave it alone */ #if 0 Loading Loading
src/or/circuituse.c +2 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,8 @@ circuit_expire_building(time_t now) build_state = TO_ORIGIN_CIRCUIT(victim)->build_state; if (victim->timestamp_created > (build_state && build_state->onehop_tunnel) ? begindir_cutoff : cutoff) ((build_state && build_state->onehop_tunnel) ? begindir_cutoff : cutoff)) continue; /* it's still young, leave it alone */ #if 0 Loading