summaryrefslogtreecommitdiffstats
path: root/ipset_iphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_iphash.c')
-rw-r--r--ipset_iphash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_iphash.c b/ipset_iphash.c
index 0bc5bd1..0a02d90 100644
--- a/ipset_iphash.c
+++ b/ipset_iphash.c
@@ -39,7 +39,7 @@ iphash_create_init(void *data)
DP("create INIT");
/* Default create parameters */
- mydata->hashsize = 1024;
+ mydata->hashsize = IP_NF_SET_HASHSIZE;
mydata->probes = 8;
mydata->resize = 50;