mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
vncserver: fix case of -websocketPort not specified
This commit is contained in:
parent
1bc53710c7
commit
0a81e4be72
1 changed files with 1 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ sub PrepareDefaultsForPassingToXvnc {
|
|||
%default_opts;
|
||||
%config;
|
||||
|
||||
$websocketPort = $opt{"-websocketPort"} || \
|
||||
$websocketPort = $opt{"-websocketPort"} ||
|
||||
GenerateWebsocketPortFromDisplayNumber();
|
||||
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue