aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SecurityServer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/SecurityServer.cxx')
-rw-r--r--common/rfb/SecurityServer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx
index 3866fa35..76ece770 100644
--- a/common/rfb/SecurityServer.cxx
+++ b/common/rfb/SecurityServer.cxx
@@ -39,7 +39,7 @@ StringParameter SecurityServer::secTypes
("SecurityTypes",
"Specify which security scheme to use (None, VncAuth)",
#ifdef HAVE_GNUTLS
- "TLSVnc,VncAuth",
+ "VncAuth,TLSVnc",
#else
"VncAuth",
#endif