aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-17 18:51:12 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-17 18:51:12 +0000
commit27beb19217800db9c7919436223301788dcd1ac5 (patch)
tree9fa4c73424f379fad61e9881b26d3af19abedd80 /src/statistics
parent8f47080f45f5ecc1cdec238b2d3e688f74cfad8c (diff)
downloadgnunet-27beb19217800db9c7919436223301788dcd1ac5.tar.gz
gnunet-27beb19217800db9c7919436223301788dcd1ac5.zip
-fix order
Diffstat (limited to 'src/statistics')
-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 59703ac1f..557694cfb 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -330,8 +330,8 @@ do_disconnect (struct GNUNET_STATISTICS_Handle *h)
330 330
331 if (NULL != h->th) 331 if (NULL != h->th)
332 { 332 {
333 h->th = NULL;
334 GNUNET_CLIENT_notify_transmit_ready_cancel (h->th); 333 GNUNET_CLIENT_notify_transmit_ready_cancel (h->th);
334 h->th = NULL;
335 } 335 }
336 GNUNET_CLIENT_disconnect (h->client, GNUNET_NO); 336 GNUNET_CLIENT_disconnect (h->client, GNUNET_NO);
337 h->client = NULL; 337 h->client = NULL;