]> git.proxmox.com Git - pve-storage.git/commit
fix vmid filter for backup listing
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 6 Sep 2019 12:12:16 +0000 (14:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Sep 2019 14:38:37 +0000 (16:38 +0200)
commitce8b24a9379c59e1f7f8f5ff976c99dd9268a777
tree855718f5bd2e9d367fa94f63e721f82770c3dc68
parent1dbbd5abd63a73aae2a8032680dc5cbbf1f7d543
fix vmid filter for backup listing

$1 and $2 get set to undef from the vmid filter regex, so we have to do
the name/format regex after, else we get errors like:

'use of unitiialized value $1[...]'

and the listing is empty

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/Storage/Plugin.pm