mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Fix root cause of macro.JAP failure
This commit is contained in:
parent
d5b5e7fa75
commit
4db68697b2
@ -13,5 +13,5 @@
|
|||||||
PARAM - - tcp 8080 # HTTP port
|
PARAM - - tcp 8080 # HTTP port
|
||||||
PARAM - - tcp 6544 # HTTP port
|
PARAM - - tcp 6544 # HTTP port
|
||||||
PARAM - - tcp 6543 # InfoService port
|
PARAM - - tcp 6543 # InfoService port
|
||||||
HTTPS
|
HTTPS(PARAM)
|
||||||
SSH
|
SSH(PARAM)
|
||||||
|
@ -1035,7 +1035,7 @@ sub process_rule1 ( $$$$$$$$$$$$$$ ) {
|
|||||||
|
|
||||||
if ( $param ne '' ) {
|
if ( $param ne '' ) {
|
||||||
push @param_stack, $current_param;
|
push @param_stack, $current_param;
|
||||||
$current_param = $param;
|
$current_param = $param unless $param eq 'PARAM';
|
||||||
}
|
}
|
||||||
|
|
||||||
my $generated = process_macro( $basictarget,
|
my $generated = process_macro( $basictarget,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user