gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: move var decl to proper scope (w


From: gnunet
Subject: [taler-exchange] branch master updated: move var decl to proper scope (where it's used)
Date: Wed, 01 Dec 2021 08:55:12 +0100

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

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 41aba39f move var decl to proper scope (where it's used)
41aba39f is described below

commit 41aba39f0fccc8ba30ba78995880aa07704dbb25
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Dec 1 02:54:50 2021 -0500

    move var decl to proper scope (where it's used)
---
 src/exchange/taler-exchange-httpd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 0d001fde..64304e9c 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -914,8 +914,6 @@ handle_mhd_request (void *cls,
   (void) version;
   if (NULL == rc)
   {
-    unsigned long long cnt;
-
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Handling new request\n");
 
@@ -1644,6 +1642,7 @@ connection_done (void *cls,
   (void) cls;
   (void) connection;
   (void) socket_context;
+  unsigned long long cnt;
 
 #if HAVE_DEVELOPER
   /* We only act if the connection is closed. */

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