From a5e35180c7b42d30c82825cd67c8118ce048f65a Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 17 Aug 2016 10:52:04 +0100 Subject: Make tox_callback_friend_name stateless. See #27 and #40 for details. --- other/bootstrap_daemon/src/tox-bootstrapd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/bootstrap_daemon/src') diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c index 27a910f3..1aa880ef 100644 --- a/other/bootstrap_daemon/src/tox-bootstrapd.c +++ b/other/bootstrap_daemon/src/tox-bootstrapd.c @@ -330,7 +330,7 @@ int main(int argc, char *argv[]) do_TCP_server(tcp_server); } - networking_poll(dht->net); + networking_poll(dht->net, NULL); if (waiting_for_dht_connection && DHT_isconnected(dht)) { write_log(LOG_LEVEL_INFO, "Connected to another bootstrap node successfully.\n"); -- cgit v1.2.3