]> git.proxmox.com Git - pve-container.git/commit
config: snapshot_delete_remove_drive: check for parsed value
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 13 Jan 2022 11:04:03 +0000 (12:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jan 2022 13:31:13 +0000 (14:31 +0100)
commitdb2b28c74c5868270b507ded73ea2846ffdf1b22
tree2c7381acb1a44eeddd254847b8fea97b4eb8542a
parent503edd4bc0db3903d293f98be73213a01c68657d
config: snapshot_delete_remove_drive: check for parsed value

parse_volume is called with noerr=1, so this might be undef instead
of the hash we expect.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/LXC/Config.pm