]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0050-fix-possible-unitialised-return-value.patch
rebase patches onto 2.6.1
[pve-qemu-kvm.git] / debian / patches / pve / 0050-fix-possible-unitialised-return-value.patch
index 6e806d1f5e9cc4740dc8855b8256b1f6f8808bbd..353b739dfb81fc69b09e73e77365fab9cfb7adbd 100644 (file)
@@ -1,14 +1,14 @@
-From 407b9a72c0dd952476bb77c0d133b83c3dfcfb15 Mon Sep 17 00:00:00 2001
+From 9be0512acac31822307c8ff8bc336fee659eeeb0 Mon Sep 17 00:00:00 2001
 From: Thomas Lamprecht <t.lamprecht@proxmox.com>
 Date: Wed, 6 Apr 2016 16:45:15 +0200
-Subject: [PATCH 50/52] fix possible unitialised return value
+Subject: [PATCH 50/55] fix possible unitialised return value
 
 ---
  migration/savevm.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/migration/savevm.c b/migration/savevm.c
-index 959944d..a797d96 100644
+index d6560f5..7b2d654 100644
 --- a/migration/savevm.c
 +++ b/migration/savevm.c
 @@ -1037,7 +1037,7 @@ int qemu_savevm_state_complete_precopy(QEMUFile *f, bool iterable_only)