Skip to content

Commit 38b779b

Browse files
committed
Update xshared.c
1 parent c6fe144 commit 38b779b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipthelper/xshared.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,8 @@ void command_jump(struct iptables_command_state *cs)
738738
return;
739739
if (opts == NULL)
740740
xtables_error(OTHER_PROBLEM, "can't alloc memory!");
741-
xs_validate_new_longopts(opts, merge_start,
741+
/*xs_validate_new_longopts(opts, merge_start,
742742
cs->target->real_name != NULL ?
743-
cs->target->real_name : cs->jumpto);
743+
cs->target->real_name : cs->jumpto);*/
744744
xt_params->opts = opts;
745745
}

0 commit comments

Comments
 (0)