1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-02-02 23:53:14 +01:00

Merge branch 'master' into new_groupchats

This commit is contained in:
Jfreegman
2015-05-24 18:13:15 -04:00
2 changed files with 40 additions and 7 deletions

View File

@@ -260,6 +260,7 @@ void cmd_connect(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)
TOX_ERR_BOOTSTRAP err;
tox_bootstrap(m, ip, atoi(port), (uint8_t *) binary_string, &err);
tox_add_tcp_relay(m, ip, atoi(port), (uint8_t *) binary_string, &err);
free(binary_string);
switch (err) {