Bug 6572: Use timestamp_created for liveness sanity checks.

This should eliminate potential regressions caused by #7341.
This commit is contained in:
Mike Perry 2013-03-26 20:28:19 -07:00
parent 72c651ebdd
commit 65c0489dd4
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ circuit_expire_building(void)
circuit_purpose_to_string(victim->purpose));
} else if (circuit_build_times_count_close(&circ_times,
first_hop_succeeded,
victim->timestamp_began.tv_sec)) {
victim->timestamp_created.tv_sec)) {
circuit_build_times_set_timeout(&circ_times);
}
}