aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-14 17:37:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-14 17:37:57 +0000
commit750ebd3d6008e2ccff7acd4dd48cd88e1756c2b6 (patch)
tree1a70e0f8260c558924e82da09862a39a40bcd4c0 /src/statistics
parentd2e0bd0a9b3b88116d90eca913e4f893ad053f5e (diff)
downloadgnunet-750ebd3d6008e2ccff7acd4dd48cd88e1756c2b6.tar.gz
gnunet-750ebd3d6008e2ccff7acd4dd48cd88e1756c2b6.zip
line
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/statistics_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index b1d9b85aa..e7cc73832 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -772,7 +772,8 @@ GNUNET_STATISTICS_destroy (struct GNUNET_STATISTICS_Handle *h,
772 struct GNUNET_TIME_Relative timeout; 772 struct GNUNET_TIME_Relative timeout;
773 int i; 773 int i;
774 774
775 if (h == NULL) return; 775 if (h == NULL)
776 return;
776 if (GNUNET_SCHEDULER_NO_TASK != h->backoff_task) 777 if (GNUNET_SCHEDULER_NO_TASK != h->backoff_task)
777 GNUNET_SCHEDULER_cancel (h->backoff_task); 778 GNUNET_SCHEDULER_cancel (h->backoff_task);
778 if (sync_first) 779 if (sync_first)