From 69ac0e086c7b90e82cec369570ca363201023bde Mon Sep 17 00:00:00 2001 From: Martin Josefsson Date: Mon, 2 Feb 2004 20:02:10 +0000 Subject: Bloody copy-n-edit. Make sure to use matches in the order they are given... --- ip6tables-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ip6tables-save.c') diff --git a/ip6tables-save.c b/ip6tables-save.c index 77cc3250..50757a92 100644 --- a/ip6tables-save.c +++ b/ip6tables-save.c @@ -100,7 +100,7 @@ static int print_match(const struct ip6t_entry_match *e, const struct ip6t_ip6 *ip) { struct ip6tables_match *match - = find_match(e->u.user.name, TRY_LOAD); + = find_match(e->u.user.name, TRY_LOAD, NULL); if (match) { printf("-m %s ", e->u.user.name); -- cgit v1.2.3