From b84587f3120660ac001bf3284b48510476fb3c80 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 5 Jul 2023 18:31:31 +0200 Subject: [PATCH] vzdump: drop unused pathlist variable for PBS no-disk code path Signed-off-by: Thomas Lamprecht --- PVE/VZDump/QemuServer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index e1f46f89..359563be 100644 --- a/PVE/VZDump/QemuServer.pm +++ b/PVE/VZDump/QemuServer.pm @@ -510,7 +510,6 @@ sub archive_pbs { # proxmox-backup-client can only handle raw files and block devs # only use it (directly) for disk-less VMs if (!$diskcount) { - my @pathlist; $self->loginfo("backup contains no disks"); local $ENV{PBS_PASSWORD} = $password;