mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-16 06:15:27 +02:00
Fix another bug with tri-value
This commit is contained in:
@ -2083,7 +2083,7 @@ sub check_trivalue( $$ ) {
|
||||
fatal_error "Invalid value ($val) for $var";
|
||||
}
|
||||
} else {
|
||||
$config{var} = $default
|
||||
$config{$var} = $default
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user