Skip to content

Commit 2464b5f

Browse files
CendioOssmanLMattsson
authored andcommitted
Add missing comma in default security type list
Otherwise it merges with the next entry, removing both of them from the default list. (cherry picked from commit 4f6a352)
1 parent 18502cb commit 2464b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/rfb/SecurityClient.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ StringParameter SecurityClient::secTypes
6060
"X509Plain,TLSPlain,X509Vnc,TLSVnc,X509None,TLSNone,"
6161
#endif
6262
#ifdef HAVE_NETTLE
63-
"RA2,RA2_256,RA2ne,RA2ne_256,DH,MSLogonII"
63+
"RA2,RA2_256,RA2ne,RA2ne_256,DH,MSLogonII,"
6464
#endif
6565
"VncAuth,None",
6666
ConfViewer);

0 commit comments

Comments
 (0)