From 97051dbde31e30c4b3a36e6d314d114decd38389 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 4 Oct 2010 12:46:07 +0200 Subject: Take into account the compile time setting of the default hash size --- ipset_ipporthash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipset_ipporthash.c') diff --git a/ipset_ipporthash.c b/ipset_ipporthash.c index 9249b2a..5c114d0 100644 --- a/ipset_ipporthash.c +++ b/ipset_ipporthash.c @@ -39,7 +39,7 @@ ipporthash_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; } -- cgit v1.2.3