aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/setu/gnunet-service-setu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index 540628afa..8ed012f13 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1192,8 +1192,8 @@ send_ibf (struct Operation *op,
1192 1 << ibf_order); 1192 1 << ibf_order);
1193 1193
1194 { 1194 {
1195 char name[64] = { 0 }; 1195 char name[64];
1196 snprintf (name, sizeof(name), "# sent IBF (order %u)", ibf_order); 1196 GNUNET_snprintf (name, sizeof(name), "# sent IBF (order %u)", ibf_order);
1197 GNUNET_STATISTICS_update (_GSS_statistics, name, 1, GNUNET_NO); 1197 GNUNET_STATISTICS_update (_GSS_statistics, name, 1, GNUNET_NO);
1198 } 1198 }
1199 1199