Minor fix.

This commit is contained in:
Nodir Temirkhodjaev 2021-03-10 15:37:09 +03:00
parent 513a47525a
commit 21fb649992

View File

@ -3,7 +3,7 @@
#include "common.h"
#define FORT_CONF_IP_MAX (10 * 1024 * 1024)
#define FORT_CONF_IP_MAX (2 * 1024 * 1024)
#define FORT_CONF_IP_ARR_SIZE(n) ((n) * sizeof(UINT32))
#define FORT_CONF_IP_RANGE_SIZE(n) (FORT_CONF_IP_ARR_SIZE(n) * 2)
#define FORT_CONF_ZONE_MAX 32