exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3818cb8f5235b3e6e7b201d6a030808473618b24
parent 440c3dc1f008a012edb57e49c37af4327ac69536
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Mar 2020 13:44:44 +0100

reduce scope

Diffstat:
Msrc/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 @@ -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,