1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 19:46:35 +01:00

More refactoring done.

This commit is contained in:
irungentoo
2013-08-20 12:08:55 -04:00
parent 512abe64f4
commit da369f1507
3 changed files with 9 additions and 9 deletions

View File

@@ -204,7 +204,7 @@ void cmd_connect(ToxWindow *self, Messenger *m, char **args)
dht.ip.i = resolved_address;
unsigned char *binary_string = hex_string_to_bin(key);
DHT_bootstrap(dht, binary_string);
DHT_bootstrap(m->dht, dht, binary_string);
free(binary_string);
}