summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-24 14:48:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-24 14:48:50 +0100
commit247d1ca3e56461069c02481c7071b56e950fe78a (patch)
treef5d87d3579ff3e55fcecc44083176e685bd87753 /src/auditor
parentdeed88fe3337059b2e1502939b7a5b55ee7417a8 (diff)
downloadexchange-247d1ca3e56461069c02481c7071b56e950fe78a.tar.gz
exchange-247d1ca3e56461069c02481c7071b56e950fe78a.tar.bz2
exchange-247d1ca3e56461069c02481c7071b56e950fe78a.zip
implement #6661: secm key pinning via configuration
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/report-lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index 6334e6f65..e3b41b1a8 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -681,12 +681,12 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c)
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (TALER_ARL_cfg,
"auditor",
- "BASE_URL",
+ "AUDITOR_URL",
&TALER_ARL_auditor_url))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"auditor",
- "BASE_URL");
+ "AUDITOR_URL");
return GNUNET_SYSERR;
}
if (GNUNET_YES == GNUNET_is_zero (&TALER_ARL_master_pub))