[pve-devel] r5414 - pve-qemu-kvm/pve2/debian/patches

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jan 21 12:54:37 CET 2011


Author: dietmar
Date: 2011-01-21 12:54:37 +0100 (Fri, 21 Jan 2011)
New Revision: 5414

Modified:
   pve-qemu-kvm/pve2/debian/patches/pve-auth.patch
Log:


Modified: pve-qemu-kvm/pve2/debian/patches/pve-auth.patch
===================================================================
--- pve-qemu-kvm/pve2/debian/patches/pve-auth.patch	2011-01-21 11:52:31 UTC (rev 5413)
+++ pve-qemu-kvm/pve2/debian/patches/pve-auth.patch	2011-01-21 11:54:37 UTC (rev 5414)
@@ -264,7 +264,7 @@
 Index: new/ui/vnc-tls.c
 ===================================================================
 --- new.orig/ui/vnc-tls.c	2011-01-21 11:24:14.000000000 +0100
-+++ new/ui/vnc-tls.c	2011-01-21 12:52:52.000000000 +0100
++++ new/ui/vnc-tls.c	2011-01-21 12:55:25.000000000 +0100
 @@ -291,6 +291,14 @@
      static const int kx_anon[] = {GNUTLS_KX_ANON_DH, 0};
      static const int kx_x509[] = {GNUTLS_KX_DHE_DSS, GNUTLS_KX_RSA, GNUTLS_KX_DHE_RSA, GNUTLS_KX_SRP, 0};
@@ -289,7 +289,7 @@
 +            vs->tls.session = NULL;
 +            vnc_client_error(vs);
 +            return -1;
-+	}#
++	}
 +
          if (gnutls_kx_set_priority(vs->tls.session, needX509Creds ? kx_x509 : kx_anon) < 0) {
              gnutls_deinit(vs->tls.session);




More information about the pve-devel mailing list