summaryrefslogtreecommitdiffstats
path: root/ipset_nethash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_nethash.c')
-rw-r--r--ipset_nethash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_nethash.c b/ipset_nethash.c
index c7891cf..7de5a29 100644
--- a/ipset_nethash.c
+++ b/ipset_nethash.c
@@ -38,7 +38,7 @@ nethash_create_init(void *data)
DP("create INIT");
/* Default create parameters */
- mydata->hashsize = 1024;
+ mydata->hashsize = IP_NF_SET_HASHSIZE;
mydata->probes = 4;
mydata->resize = 50;
}