]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
fix 'uninitialized value in concat' due to unnamed VM
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 27 Aug 2015 12:56:36 +0000 (14:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Aug 2015 08:36:51 +0000 (10:36 +0200)
commit7f9e28e45c44f85e8eefdf014fcd9a6b34973be0
tree524d812bfa5df9688018e720a9b578a6740bdc67
parentf039eff2d177f6899cef89fc232da08594f0861e
fix 'uninitialized value in concat' due to unnamed VM

This is an minor fix which let's you start the spice console on an
unnamed VM without getting the 'Use of uninitialized value in
concatenation' error.
Also changes the trailing comma from the $conf definition lineto an
semicolon.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm