diff --git a/unix/vncserver b/unix/vncserver index 04c758e..68b4ad9 100644 --- a/unix/vncserver +++ b/unix/vncserver @@ -465,8 +465,7 @@ sub LoadConfig { } # change username option to basicAuth and add colon as required by Xvnc, password will be taken from file if ($k = "username") { - $config{"basicauth"} = "$v:"; - $vncUserName = $v; + next; } else { $config{$k} = $v; }