aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index a0e9de8a4..76a71d703 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -79,11 +79,6 @@ struct ExchangeHttpRequestClosure
79 79
80 80
81/** 81/**
82 * Base directory of the exchange (global)
83 */
84char *TEH_exchange_directory;
85
86/**
87 * Directory where revocations are stored (global) 82 * Directory where revocations are stored (global)
88 */ 83 */
89char *TEH_revocation_directory; 84char *TEH_revocation_directory;
@@ -1154,17 +1149,6 @@ exchange_serve_process_config (void)
1154 if (GNUNET_OK != 1149 if (GNUNET_OK !=
1155 GNUNET_CONFIGURATION_get_value_filename (TEH_cfg, 1150 GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
1156 "exchange", 1151 "exchange",
1157 "KEYDIR",
1158 &TEH_exchange_directory))
1159 {
1160 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
1161 "exchange",
1162 "KEYDIR");
1163 return GNUNET_SYSERR;
1164 }
1165 if (GNUNET_OK !=
1166 GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
1167 "exchange",
1168 "REVOCATION_DIR", 1152 "REVOCATION_DIR",
1169 &TEH_revocation_directory)) 1153 &TEH_revocation_directory))
1170 { 1154 {