aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/qemu-xen-websocket-plain-hack.patch
blob: 11d77708bbc3e7ae0e78486bf1eaf06f2e198b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xen-4.3.0.orig/tools/qemu-xen/ui/vnc.c
+++ xen-4.3.0/tools/qemu-xen/ui/vnc.c
@@ -3121,7 +3121,7 @@
      */
     if (password) {
 #ifdef CONFIG_VNC_TLS
-        if (tls) {
+        if (0) {
             vs->auth = VNC_AUTH_VENCRYPT;
             if (x509) {
                 VNC_DEBUG("Initializing VNC server with x509 password auth\n");