mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-12-18 04:41:30 +01:00
vncserver: fix formatting
This commit is contained in:
parent
c435e6ba7d
commit
55525a627b
@ -386,9 +386,9 @@ sub CheckGeometryAndDepth
|
||||
sub GetLowestAvailableDisplayNumber
|
||||
{
|
||||
foreach $n (1..99) {
|
||||
if (&CheckDisplayNumber($n)) {
|
||||
return $n+0; # Bruce Mah's workaround for bug in perl 5.005_02
|
||||
}
|
||||
if (&CheckDisplayNumber($n)) {
|
||||
return $n+0; # Bruce Mah's workaround for bug in perl 5.005_02
|
||||
}
|
||||
}
|
||||
|
||||
die "$prog: no free display number on $host.\n";
|
||||
|
Loading…
Reference in New Issue
Block a user