mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Bug 6572: Use timestamp_created for liveness sanity checks.
This should eliminate potential regressions caused by #7341.
This commit is contained in:
parent
72c651ebdd
commit
65c0489dd4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue