gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: Fixed code in setu function


From: gnunet
Subject: [gnunet] branch master updated: Fixed code in setu function
Date: Wed, 17 Mar 2021 20:03:08 +0100

This is an automated email from the git hooks/post-receive script.

elias-summermatter pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c4e97f3f7 Fixed code in setu function
c4e97f3f7 is described below

commit c4e97f3f77171eb93bd101e0d4550af441cb6d80
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed Mar 17 20:01:27 2021 +0100

    Fixed code in setu function
---
 src/setu/gnunet-service-setu.c | 4 ++--
 1 file 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,
        1 << ibf_order);
 
   {
-    char name[64] = { 0 };
-    snprintf (name, sizeof(name), "# sent IBF (order %u)", ibf_order);
+    char name[64];
+    GNUNET_snprintf (name, sizeof(name), "# sent IBF (order %u)", ibf_order);
     GNUNET_STATISTICS_update (_GSS_statistics, name, 1, GNUNET_NO);
   }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]