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_ipportiphash.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'ipset_ipportiphash.c') diff --git a/ipset_ipportiphash.c b/ipset_ipportiphash.c index 5cb920d..84d085f 100644 --- a/ipset_ipportiphash.c +++ b/ipset_ipportiphash.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 @@ -216,7 +215,7 @@ adt_parser(unsigned cmd, const char *optarg, void *data) else exit_error(PARAMETER_PROBLEM, "IP address, port and IP address must be specified: ip,port,ip"); - free(saved); + ipset_free(saved); return 1; }; -- cgit v1.2.3