forked from extern/shorewall_code
Fix another bug with tri-value
This commit is contained in:
parent
e69de13eff
commit
f44b643038
@ -2083,7 +2083,7 @@ sub check_trivalue( $$ ) {
|
||||
fatal_error "Invalid value ($val) for $var";
|
||||
}
|
||||
} else {
|
||||
$config{var} = $default
|
||||
$config{$var} = $default
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user