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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index 1f3dfcfa6..869d51544 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -739,8 +739,7 @@ reconnect_later (struct GNUNET_STATISTICS_Handle *h)
739 * Chances are that it's down for good and we are not going to connect to 739 * Chances are that it's down for good and we are not going to connect to
740 * it anymore. 740 * it anymore.
741 * Give up and don't sync the rest of the data. 741 * Give up and don't sync the rest of the data.
742 */ 742 */loss = GNUNET_NO;
743 loss = GNUNET_NO;
744 for (gh = h->action_head; NULL != gh; gh = gh->next) 743 for (gh = h->action_head; NULL != gh; gh = gh->next)
745 if ((gh->make_persistent) && 744 if ((gh->make_persistent) &&
746 (ACTION_SET == gh->type)) 745 (ACTION_SET == gh->type))
@@ -762,7 +761,6 @@ reconnect_later (struct GNUNET_STATISTICS_Handle *h)
762} 761}
763 762
764 763
765
766/** 764/**
767 * Transmit a GET request (and if successful, start to receive 765 * Transmit a GET request (and if successful, start to receive
768 * the response). 766 * the response).