diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-12-17 18:51:12 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-12-17 18:51:12 +0000 |
commit | 14451cd98e7f8d4a9afcecfccd1908b37d0625a7 (patch) | |
tree | 9fa4c73424f379fad61e9881b26d3af19abedd80 /src/statistics | |
parent | 46371dc43328d8e854acb9e73f0d8057b82e31e2 (diff) |
-fix order
git-svn-id: https://gnunet.org/svn/gnunet@18664 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/statistics')
-rw-r--r-- | src/statistics/statistics_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c index 59703ac1f9..557694cfb5 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; |