summaryrefslogtreecommitdiffstats
path: root/ip6tables-save.c
diff options
context:
space:
mode:
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);