summaryrefslogtreecommitdiff
path: root/auto_tests/dht_test.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 /auto_tests/dht_test.c
parentdb22522741cccdeba657776844538c71cf8e8e7a (diff)
Make tox_callback_friend_name stateless.
See #27 and #40 for details.
Diffstat (limited to 'auto_tests/dht_test.c')
-rw-r--r--auto_tests/dht_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/dht_test.c b/auto_tests/dht_test.c
index 2fe139be..ebe4f368 100644
--- a/auto_tests/dht_test.c
+++ b/auto_tests/dht_test.c
@@ -618,7 +618,7 @@ loop_top:
618 } 618 }
619 619
620 for (i = 0; i < NUM_DHT; ++i) { 620 for (i = 0; i < NUM_DHT; ++i) {
621 networking_poll(dhts[i]->net); 621 networking_poll(dhts[i]->net, NULL);
622 do_DHT(dhts[i]); 622 do_DHT(dhts[i]);
623 } 623 }
624 624