From c27617f3c874fa3bd5e3eef03bbf658958ec21b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sat, 13 Sep 2014 21:01:48 +0200 Subject: [PATCH] Fixed typo in bootstrapping process. --- src/tox-weechat-identities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox-weechat-identities.c b/src/tox-weechat-identities.c index 2ce64a3..6bf23f1 100644 --- a/src/tox-weechat-identities.c +++ b/src/tox-weechat-identities.c @@ -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);