Skip to content

Commit

Permalink
Add missing comma in default security type list
Browse files Browse the repository at this point in the history
Otherwise it merges with the next entry, removing both of them from the
default list.
  • Loading branch information
CendioOssman committed Jul 29, 2024
1 parent 4db34f7 commit 4f6a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rfb/SecurityClient.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f6a352

Please sign in to comment.