[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: reduce scope
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: reduce scope |
Date: |
Sun, 01 Mar 2020 13:44:47 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 3818cb8f reduce scope
3818cb8f is described below
commit 3818cb8f5235b3e6e7b201d6a030808473618b24
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 1 13:44:44 2020 +0100
reduce scope
---
src/mhd/mhd_config.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mhd/mhd_config.c b/src/mhd/mhd_config.c
index 8ee29ed0..68d69d4d 100644
--- a/src/mhd/mhd_config.c
+++ b/src/mhd/mhd_config.c
@@ -55,7 +55,6 @@ TALER_MHD_parse_config (const struct
GNUNET_CONFIGURATION_Handle *cfg,
NULL
};
const char *serve_type;
- unsigned long long port;
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_choice (cfg,
@@ -74,6 +73,8 @@ TALER_MHD_parse_config (const struct
GNUNET_CONFIGURATION_Handle *cfg,
if (0 == strcasecmp (serve_type,
"tcp"))
{
+ unsigned long long port;
+
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_number (cfg,
section,
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: reduce scope,
gnunet <=