mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01: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 6544 # HTTP port
|
||||
PARAM - - tcp 6543 # InfoService port
|
||||
HTTPS
|
||||
SSH
|
||||
HTTPS(PARAM)
|
||||
SSH(PARAM)
|
||||
|
@ -1035,7 +1035,7 @@ sub process_rule1 ( $$$$$$$$$$$$$$ ) {
|
||||
|
||||
if ( $param ne '' ) {
|
||||
push @param_stack, $current_param;
|
||||
$current_param = $param;
|
||||
$current_param = $param unless $param eq 'PARAM';
|
||||
}
|
||||
|
||||
my $generated = process_macro( $basictarget,
|
||||
|
Loading…
Reference in New Issue
Block a user