summaryrefslogtreecommitdiff
path: root/auto_tests/dht_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/dht_test.c')
-rw-r--r--auto_tests/dht_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/dht_test.c b/auto_tests/dht_test.c
index 10c9c7bf..516e1a8e 100644
--- a/auto_tests/dht_test.c
+++ b/auto_tests/dht_test.c
@@ -801,6 +801,7 @@ static Suite *dht_suite(void)
801 801
802int main(int argc, char *argv[]) 802int main(int argc, char *argv[])
803{ 803{
804 setvbuf(stdout, nullptr, _IONBF, 0);
804 srand((unsigned int) time(nullptr)); 805 srand((unsigned int) time(nullptr));
805 806
806 Suite *dht = dht_suite(); 807 Suite *dht = dht_suite();