]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
Storage::get_bandwidth_limit: fix if condition
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 29 Mar 2019 07:27:59 +0000 (08:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Mar 2019 08:04:48 +0000 (09:04 +0100)
commit074bdd354f0fe9e4543b0fdad19376fc6559df60
tree78e3b72fc87f45e02e1e750a4dc4557af34a19b5
parent3d277fe6ac4d06085b47dfb8005c5629ce1a6819
Storage::get_bandwidth_limit: fix if condition

Passing 'undef' as '$storage_list' led to a warning about using an
uninitialized value as array_ref.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/Storage.pm