Revision: 4428
http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4428&view=rev
Author: bphinz
Date: 2011-05-17 21:30:11 +0000 (Tue, 17 May 2011)
Log Message:
-----------
fixed bug in java viewer when disabling security types
Modified Paths:
--------------
trunk/java/src/com/tigervnc/rfb/Security.java
Modified: trunk/java/src/com/tigervnc/rfb/Security.java
===================================================================
--- trunk/java/src/com/tigervnc/rfb/Security.java 2011-05-17 21:00:34 UTC
(rev 4427)
+++ trunk/java/src/com/tigervnc/rfb/Security.java 2011-05-17 21:30:11 UTC
(rev 4428)
@@ -118,7 +118,7 @@
return false;
}
- public static void DisableSecType(int secType) {
enabledSecTypes.remove(secType); }
+ public static void DisableSecType(int secType) {
enabledSecTypes.remove((Object)secType); }
public static int secTypeNum(String name) {
if (name.equalsIgnoreCase("None")) return secTypeNone;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits