summaryrefslogtreecommitdiffstats
path: root/ip6tables-save.c
diff options
context:
space:
mode:
authorgandalf <gandalf>2004-02-02 20:02:10 +0000
committergandalf <gandalf>2004-02-02 20:02:10 +0000
commit1fc58bf20f44cc27873dac1f8ac6f2e886561ad5 (patch)
tree82fde73e5d6bc9d09c0bedd5debb64e99eb8753f /ip6tables-save.c
parent58cd974ad5fc5635375a2802d070c836da79e36f (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 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);