diff options
author | Brian Hinz <bphinz@users.sourceforge.net> | 2012-08-26 21:19:19 +0000 |
---|---|---|
committer | Brian Hinz <bphinz@users.sourceforge.net> | 2012-08-26 21:19:19 +0000 |
commit | 20ec073f7addf994bfea45c8afe9e234f8d9b035 (patch) | |
tree | 3152384421ac001e8a1010b5192e1379d311a149 /java/com/tigervnc/vncviewer/CConn.java | |
parent | 244cab2172821d2081016a8cfdfba2059ee9b4e5 (diff) | |
download | tigervnc-20ec073f7addf994bfea45c8afe9e234f8d9b035.tar.gz tigervnc-20ec073f7addf994bfea45c8afe9e234f8d9b035.zip |
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
Diffstat (limited to 'java/com/tigervnc/vncviewer/CConn.java')
-rw-r--r-- | java/com/tigervnc/vncviewer/CConn.java | 3 |
1 files changed, 0 insertions, 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(); |