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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user