summaryrefslogtreecommitdiffstats
path: root/ip6tables-save.c
diff options
context:
space:
mode:
authorMartin Josefsson <gandalf@wlug.westbo.se>2004-02-02 20:02:10 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-02-02 20:02:10 +0000
commit69ac0e086c7b90e82cec369570ca363201023bde (patch)
tree82fde73e5d6bc9d09c0bedd5debb64e99eb8753f /ip6tables-save.c
parent78cafdaf474a333fa39efab4aa4c9aed88ab9518 (diff)
Bloody copy-n-edit. Make sure to use matches in the order they are given...
Diffstat (limited to 'ip6tables-save.c')
-rw-r--r--ip6tables-save.c2
1 files changed, 1 insertions, 1 deletions
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);