fix #6725: use modern name

This commit is contained in:
Christian Grothoff 2021-01-26 19:24:40 +01:00
parent 2b35e3796f
commit 556a7f36b8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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,