TCP relays are not sure to be valid onion nodes.

This commit is contained in:
irungentoo 2015-05-10 21:01:42 -04:00
parent 82ad181e31
commit 88dbc9b56c
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -1204,7 +1204,7 @@ static void populate_path_nodes_tcp(Onion_Client *onion_c)
unsigned int i;
for (i = 0; i < num_nodes; ++i) {
onion_add_path_node(onion_c, nodes_list[i].ip_port, nodes_list[i].public_key);
onion_add_bs_path_node(onion_c, nodes_list[i].ip_port, nodes_list[i].public_key);
}
}