aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/statistics_api.c')
-rw-r--r--src/statistics/statistics_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index 5ba78521c..c8709145b 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -922,7 +922,7 @@ GNUNET_STATISTICS_destroy (struct GNUNET_STATISTICS_Handle *h,
922 GNUNET_assert (GNUNET_NO == h->do_destroy); /* Don't call twice. */ 922 GNUNET_assert (GNUNET_NO == h->do_destroy); /* Don't call twice. */
923 if ( (sync_first) && 923 if ( (sync_first) &&
924 (NULL != h->mq) && 924 (NULL != h->mq) &&
925 (0 != GNUNET_MQ_get_length (h->mq)) 925 (0 != GNUNET_MQ_get_length (h->mq)) &&
926 (GNUNET_YES == try_connect (h)) ) 926 (GNUNET_YES == try_connect (h)) )
927 { 927 {
928 if ( (NULL != h->current) && 928 if ( (NULL != h->current) &&