We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fe144 commit 38b779bCopy full SHA for 38b779b
1 file changed
ipthelper/xshared.c
@@ -738,8 +738,8 @@ void command_jump(struct iptables_command_state *cs)
738
return;
739
if (opts == NULL)
740
xtables_error(OTHER_PROBLEM, "can't alloc memory!");
741
- xs_validate_new_longopts(opts, merge_start,
+ /*xs_validate_new_longopts(opts, merge_start,
742
cs->target->real_name != NULL ?
743
- cs->target->real_name : cs->jumpto);
+ cs->target->real_name : cs->jumpto);*/
744
xt_params->opts = opts;
745
}
0 commit comments