summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
diff options
context:
space:
mode:
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");