Skip to content
Snippets Groups Projects
Commit d6ad00a0 authored by Linus Nordberg's avatar Linus Nordberg Committed by Nick Mathewson
Browse files

Clear the ipv6_preferred flag like the others.

I'm not entirely sure that this is meningful but I'm pretty sure it's
not harmful. Seems like the logical thing to do.
parent c76a3328
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,8 @@ nodelist_set_consensus(networkstatus_t *ns)
node->is_valid = node->is_running = node->is_hs_dir =
node->is_fast = node->is_stable =
node->is_possible_guard = node->is_exit =
node->is_bad_exit = node->is_bad_directory = 0;
node->is_bad_exit = node->is_bad_directory =
node->ipv6_preferred = 0;
}
}
} SMARTLIST_FOREACH_END(node);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment