fix #6725: use modern name
This commit is contained in:
parent
2b35e3796f
commit
556a7f36b8
@ -27,6 +27,7 @@
|
|||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
#include <limits.h>
|
||||||
#include "taler_mhd_lib.h"
|
#include "taler_mhd_lib.h"
|
||||||
#include "taler-exchange-httpd_auditors.h"
|
#include "taler-exchange-httpd_auditors.h"
|
||||||
#include "taler-exchange-httpd_deposit.h"
|
#include "taler-exchange-httpd_deposit.h"
|
||||||
@ -1067,7 +1068,7 @@ exchange_serve_process_config (void)
|
|||||||
"MAX_REQUESTS",
|
"MAX_REQUESTS",
|
||||||
&req_max))
|
&req_max))
|
||||||
{
|
{
|
||||||
req_max = ULONG_LONG_MAX;
|
req_max = ULLONG_MAX;
|
||||||
}
|
}
|
||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
GNUNET_CONFIGURATION_get_value_time (TEH_cfg,
|
GNUNET_CONFIGURATION_get_value_time (TEH_cfg,
|
||||||
|
Loading…
Reference in New Issue
Block a user