aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet-dht-driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c
index f5521f099..7e10e5a3a 100644
--- a/src/dht/gnunet-dht-driver.c
+++ b/src/dht/gnunet-dht-driver.c
@@ -2676,10 +2676,12 @@ topology_callback (void *cls,
2676 } 2676 }
2677#endif 2677#endif
2678 } 2678 }
2679#if ONLY_TESTING
2679 else if (repeat_connect_mode == GNUNET_YES) 2680 else if (repeat_connect_mode == GNUNET_YES)
2680 { 2681 {
2681 repeat_connect_task = GNUNET_SCHEDULER_add_delayed(GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60), &repeat_connect, NULL); 2682 repeat_connect_task = GNUNET_SCHEDULER_add_delayed(GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60), &repeat_connect, NULL);
2682 } 2683 }
2684#endif
2683 2685
2684 if (emsg == NULL) 2686 if (emsg == NULL)
2685 { 2687 {