We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490906b commit c6fe144Copy full SHA for c6fe144
1 file changed
ipthelper/xshared.c
@@ -730,7 +730,7 @@ void command_jump(struct iptables_command_state *cs)
730
opts = xtables_options_xfrm(xt_params->orig_opts, opts,
731
cs->target->x6_options,
732
&cs->target->option_offset);
733
- else if (cs->target->extra_opts != NULL)
+ } else if (cs->target->extra_opts != NULL)
734
opts = xtables_merge_options(xt_params->orig_opts, opts,
735
cs->target->extra_opts,
736
0 commit comments