Signed-off-by: Martin Koegler <[email protected]>
---
common/rfb/SConnection.cxx | 2 +-
java/src/com/tigervnc/vncviewer/RfbProto.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/rfb/SConnection.cxx b/common/rfb/SConnection.cxx
index bc4c982..fdd8da9 100644
--- a/common/rfb/SConnection.cxx
+++ b/common/rfb/SConnection.cxx
@@ -168,7 +168,7 @@ void SConnection::processVersionMsg()
}
// Add a special security type to advertise TightVNC protocol extensions.
- secTypes.push_back(secTypeTight);
+ // secTypes.push_back(secTypeTight);
// list supported security types for >=3.7 clients
diff --git a/java/src/com/tigervnc/vncviewer/RfbProto.java
b/java/src/com/tigervnc/vncviewer/RfbProto.java
index e88d8e7..9834d3a 100644
--- a/java/src/com/tigervnc/vncviewer/RfbProto.java
+++ b/java/src/com/tigervnc/vncviewer/RfbProto.java
@@ -382,7 +382,7 @@ class RfbProto {
// Find out if the server supports TightVNC protocol extensions
for (int i = 0; i < nSecTypes; i++) {
- if (secTypes[i] == SecTypeTight) {
+ if (secTypes[i] == SecTypeTight && false) {
protocolTightVNC = true;
os.write(SecTypeTight);
return SecTypeTight;
--
1.5.6.5
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Tigervnc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel