gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix #6725: use modern name


From: gnunet
Subject: [taler-exchange] branch master updated: fix #6725: use modern name
Date: Tue, 26 Jan 2021 19:24:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 556a7f36 fix #6725: use modern name
556a7f36 is described below

commit 556a7f36b840e18924e6cb74742f8a89301d2ddd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 26 19:24:40 2021 +0100

    fix #6725: use modern name
---
 src/exchange/taler-exchange-httpd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index eb9d7c46..4208e4ca 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -27,6 +27,7 @@
 #include <sched.h>
 #include <pthread.h>
 #include <sys/resource.h>
+#include <limits.h>
 #include "taler_mhd_lib.h"
 #include "taler-exchange-httpd_auditors.h"
 #include "taler-exchange-httpd_deposit.h"
@@ -1067,7 +1068,7 @@ exchange_serve_process_config (void)
                                              "MAX_REQUESTS",
                                              &req_max))
   {
-    req_max = ULONG_LONG_MAX;
+    req_max = ULLONG_MAX;
   }
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_time (TEH_cfg,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]