]> git.proxmox.com Git - qemu-server.git/commit
fix #2473: use of unitialized value
authorMira Limbeck <m.limbeck@proxmox.com>
Thu, 21 Nov 2019 10:04:25 +0000 (11:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Nov 2019 11:53:40 +0000 (12:53 +0100)
commit8f2c9019f58a2714860f9b22789e7976233eb94c
treef7b134dc2ac4d6008b04b06955b7f8bda7970de1
parentb3233604d11587e14b36d95bde00d76cb302ec32
fix #2473: use of unitialized value

With the noerr flag set in parse_volume_id we have to check if
$volname is defined before comparing it to 'cloudinit'.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/API2/Qemu.pm