diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index 0e17cc96..90a44efd 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/qm.pm @@ -599,7 +599,9 @@ __PACKAGE__->register_method ({ }; my $wait_for_lock = 1; - return PVE::QemuConfig->lock_config_full($vmid, $wait_for_lock, $importfn); + PVE::QemuConfig->lock_config_full($vmid, $wait_for_lock, $importfn); + + return undef; } });