mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix unit test failure introduced by #20002
Updating the consensus algorithm made a non-valid node never get listed, which messed up some other tests.
This commit is contained in:
@@ -89,6 +89,7 @@ dir_common_gen_routerstatus_for_v3ns(int idx, time_t now)
|
||||
/* all flags but running and v2dir cleared */
|
||||
rs->is_flagged_running = 1;
|
||||
rs->is_v2_dir = 1;
|
||||
rs->is_valid = 1; /* xxxxx */
|
||||
break;
|
||||
case 1:
|
||||
/* Generate the second routerstatus. */
|
||||
|
||||
Reference in New Issue
Block a user