From 20ec073f7addf994bfea45c8afe9e234f8d9b035 Mon Sep 17 00:00:00 2001 From: Brian Hinz Date: Sun, 26 Aug 2012 21:19:19 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4971 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- java/com/tigervnc/vncviewer/CConn.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/java/com/tigervnc/vncviewer/CConn.java b/java/com/tigervnc/vncviewer/CConn.java index abe10dd5..3b42c394 100644 --- a/java/com/tigervnc/vncviewer/CConn.java +++ b/java/com/tigervnc/vncviewer/CConn.java @@ -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(); -- 2.39.5