diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 59f91618..b0786a09 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1634,7 +1634,7 @@ __PACKAGE__->register_method({ my $websocket = $param->{websocket}; my $conf = PVE::QemuConfig->load_config($vmid, $node); # check if VM exists - + my $serial; if ($conf->{vga}) { my $vga = PVE::QemuServer::parse_vga($conf->{vga});