From 41aba39f0fccc8ba30ba78995880aa07704dbb25 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 1 Dec 2021 02:54:50 -0500 Subject: move var decl to proper scope (where it's used) --- src/exchange/taler-exchange-httpd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd.c') diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 0d001fde7..64304e9c2 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. */ -- cgit v1.2.3