From 7736631fef63efde9c0fd68af89c3e2900286428 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 24 Apr 2007 18:39:51 +0000 Subject: - fix compilation warning in snprintf.c - introduce the new compare infrastructure: much simple than previous - introduce nfct_maxsize for nf_conntrack object allocated in the stack - more strict checkings in nfct_set_attr: third parameter is const --- src/conntrack/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conntrack/Makefile.am') diff --git a/src/conntrack/Makefile.am b/src/conntrack/Makefile.am index c58c09d..3a138e4 100644 --- a/src/conntrack/Makefile.am +++ b/src/conntrack/Makefile.am @@ -14,4 +14,5 @@ libnetfilter_conntrack_new_api_la_SOURCES = api.c callback.c \ parse.c build.c \ snprintf.c \ snprintf_default.c snprintf_xml.c \ - objopt.c + objopt.c \ + compare.c -- cgit v1.2.3