From 4598ed7d3e22d74ffaad7948ddc3455ac9aa7576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Mon, 6 Jun 2011 18:27:09 -0700 Subject: xtables-multi: fix absence of xml translator in IPv6-only builds Commit v1.4.11-4-gde791ff did not actually build the iptables-xml code into the xtables-multi binary. Signed-off-by: Maciej Zenczykowski Signed-off-by: Jan Engelhardt --- iptables-xml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iptables-xml.c') diff --git a/iptables-xml.c b/iptables-xml.c index aa98f75e..5aa638c0 100644 --- a/iptables-xml.c +++ b/iptables-xml.c @@ -1,6 +1,6 @@ /* Code to convert iptables-save format to xml format, * (C) 2006 Ufo Mechanic - * based on iptables-restor (C) 2000-2002 by Harald Welte + * based on iptables-restore (C) 2000-2002 by Harald Welte * based on previous code from Rusty Russell * * This code is distributed under the terms of GNU GPL v2 @@ -14,7 +14,7 @@ #include #include "iptables.h" #include "libiptc/libiptc.h" -#include "iptables-multi.h" +#include "xtables-multi.h" #include #ifdef DEBUG -- cgit v1.2.3