Fix root cause of macro.JAP failure

This commit is contained in:
Tom Eastep 2010-11-28 07:42:12 -08:00
parent d5b5e7fa75
commit 4db68697b2
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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,