aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 4d920465c..3db330204 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1386,9 +1386,9 @@ shutdown_task (void *cls)
1386 } 1386 }
1387 if (NULL != lh) 1387 if (NULL != lh)
1388 { 1388 {
1389 struct GNUNET_TIME_Relative timeout; 1389 GNUNET_TESTBED_LOGGER_flush (lh,
1390 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30); 1390 &flush_comp_cb,
1391 GNUNET_TESTBED_LOGGER_flush (lh, timeout, &flush_comp_cb, NULL); 1391 NULL);
1392 } 1392 }
1393 if (NULL != histogram) 1393 if (NULL != histogram)
1394 { 1394 {