aboutsummaryrefslogtreecommitdiff
path: root/src/backend/anastasis-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/anastasis-httpd.c')
-rw-r--r--src/backend/anastasis-httpd.c16
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 */
43unsigned long long int AH_upload_limit_mb; 38unsigned 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",