summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-17 10:52:04 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-18 00:01:53 +0100
commita5e35180c7b42d30c82825cd67c8118ce048f65a (patch)
treeb74e8ece4f78a988ab0a1300cc08bd35fcd63662 /other/bootstrap_daemon/src/tox-bootstrapd.c
parentdb22522741cccdeba657776844538c71cf8e8e7a (diff)
Make tox_callback_friend_name stateless.
See #27 and #40 for details.
Diffstat (limited to 'other/bootstrap_daemon/src/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c2
1 files changed, 1 insertions, 1 deletions
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[])
330 do_TCP_server(tcp_server); 330 do_TCP_server(tcp_server);
331 } 331 }
332 332
333 networking_poll(dht->net); 333 networking_poll(dht->net, NULL);
334 334
335 if (waiting_for_dht_connection && DHT_isconnected(dht)) { 335 if (waiting_for_dht_connection && DHT_isconnected(dht)) {
336 write_log(LOG_LEVEL_INFO, "Connected to another bootstrap node successfully.\n"); 336 write_log(LOG_LEVEL_INFO, "Connected to another bootstrap node successfully.\n");