mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Stupid cut-and-paste bug.
svn:r5917
This commit is contained in:
parent
555a64e06d
commit
157e6a025a
1 changed files with 1 additions and 1 deletions
|
@ -3079,7 +3079,7 @@ routerstatus_list_update_from_networkstatus(time_t now)
|
|||
rs_out->status.is_running = n_running > n_recent/2;
|
||||
rs_out->status.is_exit = n_exit > n_statuses/2;
|
||||
rs_out->status.is_fast = n_fast > n_statuses/2;
|
||||
rs_out->status.is_fast = n_guard > n_statuses/2;
|
||||
rs_out->status.is_possible_guard = n_guard > n_statuses/2;
|
||||
rs_out->status.is_stable = n_stable > n_statuses/2;
|
||||
rs_out->status.is_v2_dir = n_v2_dir > n_statuses/2;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue