mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
Set $parmsmodified on ?reset
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
31bd10ffdd
commit
870f6130ee
@ -2962,10 +2962,11 @@ sub process_compiler_directive( $$$$ ) {
|
||||
} else {
|
||||
delete $actparams{$var}
|
||||
}
|
||||
|
||||
$parmsmodified = PARMSMODIFIED;
|
||||
} else {
|
||||
directive_warning( 'Yes', "Shorewall variable $2 does not exist", $filename, $linenumber );
|
||||
}
|
||||
|
||||
} else {
|
||||
if ( exists $variables{$2} ) {
|
||||
delete $variables{$2};
|
||||
|
Loading…
Reference in New Issue
Block a user