From 1fc58bf20f44cc27873dac1f8ac6f2e886561ad5 Mon Sep 17 00:00:00 2001 From: gandalf 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 77cc325..50757a9 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