Fixed typo in bootstrapping process.

This commit is contained in:
Håvard Pettersson 2014-09-13 21:01:48 +02:00
parent 2667b6c377
commit c27617f3c8

View File

@ -219,7 +219,7 @@ tox_weechat_identity_connect(struct t_tox_weechat_identity *identity)
for (int i = 0; i < bootstrap_count; ++i)
tox_weechat_bootstrap_tox(identity->tox, tox_weechat_bootstrap_addresses[i],
tox_weechat_bootstrap_ports[i],
tox_weechat_bootstrap_addresses[i]);
tox_weechat_bootstrap_keys[i]);
// start Tox_do loop
tox_weechat_do_timer_cb(identity, 0);