]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/spice-use-pve-certs.patch
update to qemu 2.2.0-rc2
[pve-qemu-kvm.git] / debian / patches / spice-use-pve-certs.patch
index f1cf37fa1df339ff0a9e7e8b0c199992b16493dc..1f7f7a418af8627a18a14fcd23ec6a3b63849bd5 100644 (file)
@@ -1,12 +1,12 @@
 Index: new/ui/spice-core.c
 ===================================================================
---- new.orig/ui/spice-core.c   2014-07-16 12:01:31.000000000 +0200
-+++ new/ui/spice-core.c        2014-07-16 12:01:31.000000000 +0200
+--- new.orig/ui/spice-core.c   2014-11-20 07:26:43.000000000 +0100
++++ new/ui/spice-core.c        2014-11-20 07:33:22.000000000 +0100
 @@ -682,32 +682,35 @@
  
      if (tls_port) {
          x509_dir = qemu_opt_get(opts, "x509-dir");
--        if (NULL == x509_dir) {
+-        if (!x509_dir) {
 -            x509_dir = ".";
 -        }