]> git.proxmox.com Git - qemu-server.git/commit - PVE/VZDump/QemuServer.pm
vzdump: fix variable redeclaration warning
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Jul 2020 06:41:22 +0000 (08:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Jul 2020 06:41:30 +0000 (08:41 +0200)
commit2098f2ff8728396afe3e804248cb5af0f68a58d3
tree9fe0ef0a6057290007eda0ab988d3efa0dcaa1a7
parent277cdcb072bd58235c3564b7fe67a5518e7080d2
vzdump: fix variable redeclaration warning

happened due to moving the code from another scope which had no $res,
and not noticing as it was still working after all.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump/QemuServer.pm