]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/pve/0009-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
update submodule and patches to 7.2.0
[pve-qemu.git] / debian / patches / pve / 0009-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
index b2a27d8b2525b0a78e1ba5c75da79204d6f1f460..7c2e8bacb9f5ac14d473bc78a8cabb7a300f8973 100644 (file)
@@ -9,10 +9,10 @@ Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/qemu-img.c b/qemu-img.c
-index 7d4b33b3da..bb36f42dd2 100644
+index a9b3a8103c..0bc9f1af59 100644
 --- a/qemu-img.c
 +++ b/qemu-img.c
-@@ -3010,7 +3010,8 @@ static int img_info(int argc, char **argv)
+@@ -3013,7 +3013,8 @@ static int img_info(int argc, char **argv)
      list = collect_image_info_list(image_opts, filename, fmt, chain,
                                     force_share);
      if (!list) {