Revision: 4971 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4971&view=rev Author: bphinz Date: 2012-08-26 21:19:19 +0000 (Sun, 26 Aug 2012) Log Message: ----------- The x509ca and x509crl parameters were being set to the value of the button text. The parameter values are already set by the jfilechooser called from the options dialog, so no need to set them again anyway.
Modified Paths: -------------- trunk/java/com/tigervnc/vncviewer/CConn.java Modified: trunk/java/com/tigervnc/vncviewer/CConn.java =================================================================== --- trunk/java/com/tigervnc/vncviewer/CConn.java 2012-08-26 21:17:00 UTC (rev 4970) +++ trunk/java/com/tigervnc/vncviewer/CConn.java 2012-08-26 21:19:19 UTC (rev 4971) @@ -1108,9 +1108,6 @@ Security.DisableSecType(Security.secTypeTLSIdent); Security.DisableSecType(Security.secTypeX509Ident); } - - CSecurityTLS.x509ca.setParam(options.ca.getText()); - CSecurityTLS.x509crl.setParam(options.crl.getText()); } if (options.fullScreen.isSelected() ^ fullScreen) toggleFullScreen(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits