gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/05: reduce scope


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/05: reduce scope
Date: Sat, 05 Oct 2019 15:04:21 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 8ee21de8888256a4042bad22f524105876415eb7
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 5 14:58:44 2019 +0200

    reduce scope
---
 src/util/configuration.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/configuration.c b/src/util/configuration.c
index 4e7659276..14fff9844 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -1166,7 +1166,6 @@ expand_dollar(const struct GNUNET_CONFIGURATION_Handle 
*cfg,
               char *orig,
               unsigned int depth)
 {
-  int i;
   char *prefix;
   char *result;
   char *start;
@@ -1242,6 +1241,8 @@ expand_dollar(const struct GNUNET_CONFIGURATION_Handle 
*cfg,
     }
   else
     {
+      int i;
+
       start = &orig[1];
       def = NULL;
       i = 0;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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