mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Stupid cut-and-paste bug.
svn:r5917
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user