move var decl to proper scope (where it's used)

This commit is contained in:
Thien-Thi Nguyen 2021-12-01 02:54:50 -05:00
parent c47cb65fb8
commit 41aba39f0f
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -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. */