From 894ebbc905ea760bab182513a74dc8bf3c2952cd Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Sat, 25 Oct 2008 12:50:34 +0000 Subject: 2.4.3 - Include file was missing from userspace set type modules. --- ipset_ipportnethash.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'ipset_ipportnethash.c') diff --git a/ipset_ipportnethash.c b/ipset_ipportnethash.c index 4707189..83a83fe 100644 --- a/ipset_ipportnethash.c +++ b/ipset_ipportnethash.c @@ -15,15 +15,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include -#include -#include -#include - -#include +#include /* UINT_MAX */ +#include /* *printf */ +#include /* mem*, str* */ #include "ipset.h" +#include + #define OPT_CREATE_HASHSIZE 0x01U #define OPT_CREATE_PROBES 0x02U #define OPT_CREATE_RESIZE 0x04U @@ -230,7 +229,7 @@ adt_parser(unsigned cmd, const char *optarg, void *data) mydata->cidr = cidr; parse_ip(ptr, &mydata->ip1); - free(saved); + ipset_free(saved); return 1; }; -- cgit v1.2.3