[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: remove more dead config
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: remove more dead config |
Date: |
Thu, 29 Jul 2021 18:25:53 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new eb3c3c35 remove more dead config
eb3c3c35 is described below
commit eb3c3c3557fd7a5b54cd09dafe3eb404bb9441db
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jul 29 18:25:49 2021 +0200
remove more dead config
---
src/exchange/exchange.conf | 4 ----
src/exchange/taler-exchange-httpd.c | 16 ----------------
2 files changed, 20 deletions(-)
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 69930fab..39d4422f 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -2,10 +2,6 @@
#
[exchange]
-# Directory where the exchange expects to find revocation
-# certificates (and where taler-exchange-keyup will write them).
-REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/
-
# Master public key used to sign the exchange's various keys
# This must be adjusted to your actual installation.
# MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
diff --git a/src/exchange/taler-exchange-httpd.c
b/src/exchange/taler-exchange-httpd.c
index 76a71d70..f37035ad 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -78,11 +78,6 @@ struct ExchangeHttpRequestClosure
};
-/**
- * Directory where revocations are stored (global)
- */
-char *TEH_revocation_directory;
-
/**
* Are clients allowed to request /keys for times other than the
* current time? Allowing this could be abused in a DoS-attack
@@ -1146,17 +1141,6 @@ exchange_serve_process_config (void)
"valid relative time expected");
return GNUNET_SYSERR;
}
- if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_filename (TEH_cfg,
- "exchange",
- "REVOCATION_DIR",
- &TEH_revocation_directory))
- {
- GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "exchange",
- "REVOCATION_DIR");
- return GNUNET_SYSERR;
- }
if (GNUNET_OK !=
TALER_config_get_currency (TEH_cfg,
&TEH_currency))
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: remove more dead config,
gnunet <=