From f6667e99bef069d34b24392562ef9d375119e8b5 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Sun, 1 Aug 2021 21:11:43 +1200 Subject: [PATCH] vncserver: remove obsolete code --- unix/vncserver | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unix/vncserver b/unix/vncserver index 224b6c2..9102505 100755 --- a/unix/vncserver +++ b/unix/vncserver @@ -91,11 +91,6 @@ my %config; &SetReasonabeDefaults(); &LoadSystemThenUserThenMandatoryConfigs(); -# -# Check whether VNC authentication is enabled, and if so, prompt the user to -# create a VNC password if they don't already have one. -# - &DisableVncAuth(); $kasmAuthEnabled = 1;