1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 06:36:34 +01:00

Merge pull request #220 from louipc/master

new tox_bootstrap_from_address() behaviour and a minor ui change
This commit is contained in:
JFreegman
2014-08-14 20:47:17 -04:00
4 changed files with 10 additions and 11 deletions

View File

@@ -294,8 +294,7 @@ static int load_nodelist(const char *filename)
int init_connection_helper(Tox *m, int line)
{
return tox_bootstrap_from_address(m, toxNodes.nodes[line], TOX_ENABLE_IPV6_DEFAULT,
toxNodes.ports[line], (uint8_t *) toxNodes.keys[line]);
return tox_bootstrap_from_address(m, toxNodes.nodes[line], toxNodes.ports[line], (uint8_t *) toxNodes.keys[line]);
}
/* Connects to a random DHT node listed in the DHTnodes file