mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
KASM-4038 update var to be inside scope instead of global
This commit is contained in:
parent
bbfbcc5af8
commit
1b7ebc2a96
@ -2256,10 +2256,10 @@ sub DefineConfigToCLIConversion {
|
||||
|
||||
switch($value) {
|
||||
case 'true' {
|
||||
$valuesStr = '-hw3d ';
|
||||
my $valuesStr = '-hw3d ';
|
||||
}
|
||||
case 'false' {
|
||||
$valuesStr = ' ';
|
||||
my $valuesStr = ' ';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user