From: Christian Grothoff Date: Sat, 17 Dec 2011 18:51:12 +0000 (+0000) Subject: -fix order X-Git-Tag: initial-import-from-subversion-38251~15597 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27beb19217800db9c7919436223301788dcd1ac5;p=oweals%2Fgnunet.git -fix order --- 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) if (NULL != h->th) { - h->th = NULL; GNUNET_CLIENT_notify_transmit_ready_cancel (h->th); + h->th = NULL; } GNUNET_CLIENT_disconnect (h->client, GNUNET_NO); h->client = NULL;