diff options
Diffstat (limited to 'src/auditor/taler-auditor-httpd.c')
-rw-r--r-- | src/auditor/taler-auditor-httpd.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c index ff069f2aa..d7d8c4e5f 100644 --- a/src/auditor/taler-auditor-httpd.c +++ b/src/auditor/taler-auditor-httpd.c @@ -455,14 +455,9 @@ auditor_serve_process_config () return GNUNET_SYSERR; } if (GNUNET_OK != - GNUNET_CONFIGURATION_get_value_string (cfg, - "TALER", - "CURRENCY", - ¤cy)) + TALER_config_get_currency (cfg, + ¤cy)) { - GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, - "TALER", - "CURRENCY"); return GNUNET_SYSERR; } if (GNUNET_OK != |