Skip to content

Commit aa2603e

Browse files
committed
Revert "Update xshared.c"
This reverts commit 38b779b.
1 parent 38b779b commit aa2603e

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)