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.

(cherry picked from commit 4f6a352)
  • Loading branch information
CendioOssman authored and LMattsson committed Oct 18, 2024
1 parent 18502cb commit 2464b5f
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 2464b5f

Please sign in to comment.