Skip to content

Commit c6fe144

Browse files
committed
Update xshared.c
1 parent 490906b commit c6fe144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipthelper/xshared.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ void command_jump(struct iptables_command_state *cs)
730730
opts = xtables_options_xfrm(xt_params->orig_opts, opts,
731731
cs->target->x6_options,
732732
&cs->target->option_offset);
733-
else if (cs->target->extra_opts != NULL)
733+
} else if (cs->target->extra_opts != NULL)
734734
opts = xtables_merge_options(xt_params->orig_opts, opts,
735735
cs->target->extra_opts,
736736
&cs->target->option_offset);

0 commit comments

Comments
 (0)