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 253e59737..f1a22c22a 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -337,7 +337,7 @@ do_disconnect (struct GNUNET_STATISTICS_Handle *h)
337 } 337 }
338 if (NULL != h->client) 338 if (NULL != h->client)
339 { 339 {
340 GNUNET_CLIENT_disconnect (h->client, GNUNET_NO); 340 GNUNET_CLIENT_disconnect (h->client);
341 h->client = NULL; 341 h->client = NULL;
342 } 342 }
343 h->receiving = GNUNET_NO; 343 h->receiving = GNUNET_NO;