Skip to content

Commit dd52a04

Browse files
committed
Update xshared.c
1 parent cd2a55c commit dd52a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipthelper/xshared.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ void command_match(struct iptables_command_state *cs)
567567
if (m->x6_options != NULL){
568568
opts = xtables_options_xfrm(xt_params->orig_opts, opts,
569569
m->x6_options, &m->option_offset);
570+
}
570571
else if (m->extra_opts != NULL)
571572
opts = xtables_merge_options(xt_params->orig_opts, opts,
572573
m->extra_opts, &m->option_offset);

0 commit comments

Comments
 (0)