summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-06-07 12:00:24 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-06-07 12:00:24 +0200
commit11c2dd54b69e06ae3f35dea130ecba3df3859243 (patch)
tree7be48a673e07551b1d38dbbf0fef157d8753d2ff /configure.ac
parent0cb675b8f18c4b074d4c69461638820708e98100 (diff)
xtables: remove xtables_set_revision function
Since iptables uses its own copies of the header files anyway where the revision field is exposed, there is no reach to access name[] beyond its size. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba723bf3..dd74a895 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_INIT([iptables], [1.4.8])
# See libtool.info "Libtool's versioning system"
-libxtables_vcurrent=4
+libxtables_vcurrent=5
libxtables_vage=0
AC_CONFIG_HEADERS([config.h])