diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 947950af..efe69b5c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1590,7 +1590,7 @@ __PACKAGE__->register_method({ $item->{value} = $pending; $item->{pending} = $conf->{$opt}; } else { - $item->{value} = $conf->{$opt}, + $item->{value} = $conf->{$opt}; } push @$res, $item;