summaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-25 09:04:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-25 09:04:27 +0100
commit2c856ebe3c2c70ccd591ae3447b2bacfba589559 (patch)
tree90e8df435b75efdecb06f94a27b3d63af64db388 /src/auditor/report-lib.c
parentd5d2fc12f54fbfe608f66417b0b350c2bd94d516 (diff)
downloadexchange-2c856ebe3c2c70ccd591ae3447b2bacfba589559.tar.gz
exchange-2c856ebe3c2c70ccd591ae3447b2bacfba589559.tar.bz2
exchange-2c856ebe3c2c70ccd591ae3447b2bacfba589559.zip
use BASE_URL consistently
Diffstat (limited to 'src/auditor/report-lib.c')
-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 e3b41b1a8..6334e6f65 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",
- "AUDITOR_URL",
+ "BASE_URL",
&TALER_ARL_auditor_url))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"auditor",
- "AUDITOR_URL");
+ "BASE_URL");
return GNUNET_SYSERR;
}
if (GNUNET_YES == GNUNET_is_zero (&TALER_ARL_master_pub))