gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Fri, 08 Sep 2023 11:59:31 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5cd275c67 -fix
5cd275c67 is described below

commit 5cd275c67f80866d3886520598c675d7d0e8c5de
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 8 11:59:26 2023 +0200

    -fix
---
 contrib/gana             |  2 +-
 contrib/sphinx           |  2 +-
 src/util/configuration.c | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index c4142e681..66228b8a4 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit c4142e681a0921c186fe4a413840c2b884e8247d
+Subproject commit 66228b8a4306f028d843d78fbfcca54260539ff9
diff --git a/contrib/sphinx b/contrib/sphinx
index e6d65efe7..9c5b9d904 160000
--- a/contrib/sphinx
+++ b/contrib/sphinx
@@ -1 +1 @@
-Subproject commit e6d65efe70f694d030182401437d309532c1cc12
+Subproject commit 9c5b9d9040d21542eff792e26624cf9669b127aa
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 6b6a1ee15..5b00ab712 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -2308,13 +2308,13 @@ GNUNET_CONFIGURATION_remove_value_filename (
         else
           pos[0] = '\0';
       }
-      ret = GNUNET_CONFIGURATION_set_value_string (cfg,
-                                                   section,
-                                                   option,
-                                                   list);
+      GNUNET_CONFIGURATION_set_value_string (cfg,
+                                             section,
+                                             option,
+                                             list);
       GNUNET_free (list);
       GNUNET_free (match);
-      return ret;
+      return GNUNET_OK;
     }
     if (old == '\0')
       break;

-- 
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]