]> source.dussan.org Git - tigervnc.git/commitdiff
The x509ca and x509crl parameters were being set to the value of the button text...
authorBrian Hinz <bphinz@users.sourceforge.net>
Sun, 26 Aug 2012 21:19:19 +0000 (21:19 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sun, 26 Aug 2012 21:19:19 +0000 (21:19 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4971 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/com/tigervnc/vncviewer/CConn.java

index abe10dd53818fc840a3cac61e6c4afcfd4f12a8c..3b42c39490e4a81e7be025cd2f5771df6dabf080 100644 (file)
@@ -1108,9 +1108,6 @@ public class CConn extends CConnection
         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();