]> source.dussan.org Git - tigervnc.git/commitdiff
Add missing comma in default security type list
authorPierre Ossman <ossman@cendio.se>
Mon, 29 Jul 2024 14:16:08 +0000 (16:16 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 29 Jul 2024 14:16:08 +0000 (16:16 +0200)
Otherwise it merges with the next entry, removing both of them from the
default list.

common/rfb/SecurityClient.cxx

index 12860662f2e9715c337943380dec9852c1e7bca5..63e0cadc0f741f251398469480babf70c1c1a0ad 100644 (file)
@@ -60,7 +60,7 @@ StringParameter SecurityClient::secTypes
  "X509Plain,TLSPlain,X509Vnc,TLSVnc,X509None,TLSNone,"
 #endif
 #ifdef HAVE_NETTLE
- "RA2,RA2_256,RA2ne,RA2ne_256,DH,MSLogonII"
+ "RA2,RA2_256,RA2ne,RA2ne_256,DH,MSLogonII,"
 #endif
  "VncAuth,None",
 ConfViewer);