diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 1607ce27..f82c1e68 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -2445,7 +2445,7 @@ sub parse_vm_config { next; } elsif ($line =~ m/^\[special:cloudinit\]\s*$/i) { $section = 'cloudinit'; - $descr = undef; + $finish_description->(); $conf = $res->{$section} = {}; next;