fix copy and paste error

This commit is contained in:
Florian Dold 2020-01-20 00:31:48 +01:00
parent 82d31fed24
commit 2e1480dcab
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -612,7 +612,7 @@ static int
parse_wirewatch_config ()
{
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (c,
GNUNET_CONFIGURATION_get_value_string (cfg,
"exchange",
"BASE_URL",
&exchange_base_url))
@ -620,8 +620,7 @@ parse_wirewatch_config ()
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"exchange",
"BASE_URL");
global_ret = 1;
return;
return GNUNET_SYSERR;
}
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,