diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-04-15 00:35:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-04-15 00:35:31 +0200 |
commit | 094a8cde6bd65d1ff1f85e7e07b669ab566e20ab (patch) | |
tree | d8bc82be5e68b191d1ce56eec368f58ece1b58c9 | |
parent | 0ad5ba49f525b9d112b366aa660c99a31e4fc74d (diff) | |
download | anastasis-094a8cde6bd65d1ff1f85e7e07b669ab566e20ab.tar.gz anastasis-094a8cde6bd65d1ff1f85e7e07b669ab566e20ab.zip |
-insurance does not have to match ut
-rw-r--r-- | src/backend/anastasis-httpd.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c index 9b8c68e..ebfb0ae 100644 --- a/src/backend/anastasis-httpd.c +++ b/src/backend/anastasis-httpd.c | |||
@@ -33,11 +33,6 @@ | |||
33 | 33 | ||
34 | 34 | ||
35 | /** | 35 | /** |
36 | * Backlog for listen operation on unix-domain sockets. | ||
37 | */ | ||
38 | #define UNIX_BACKLOG 500 | ||
39 | |||
40 | /** | ||
41 | * Upload limit to the service, in megabytes. | 36 | * Upload limit to the service, in megabytes. |
42 | */ | 37 | */ |
43 | unsigned long long int AH_upload_limit_mb; | 38 | unsigned long long int AH_upload_limit_mb; |
@@ -756,17 +751,6 @@ run (void *cls, | |||
756 | return; | 751 | return; |
757 | } | 752 | } |
758 | if (GNUNET_OK != | 753 | if (GNUNET_OK != |
759 | TALER_amount_cmp_currency (&AH_insurance, | ||
760 | &AH_annual_fee)) | ||
761 | { | ||
762 | GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, | ||
763 | "anastasis", | ||
764 | "INSURANCE", | ||
765 | "currency mismatch"); | ||
766 | GNUNET_SCHEDULER_shutdown (); | ||
767 | return; | ||
768 | } | ||
769 | if (GNUNET_OK != | ||
770 | GNUNET_CONFIGURATION_get_value_string (config, | 754 | GNUNET_CONFIGURATION_get_value_string (config, |
771 | "anastasis-merchant-backend", | 755 | "anastasis-merchant-backend", |
772 | "PAYMENT_BACKEND_URL", | 756 | "PAYMENT_BACKEND_URL", |