mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 20:10:44 +00:00
![]() The API passes $skiplock to vm_destroy() which performed a check conditionally depending on the $skiplock parameter and then simply calls destroy_vm() inside lock_config() which did yet another check_lock() without any way to avoid that. Added the $skiplock parameter to destroy_vm() and removed the conditional check in vm_destroy() as both happened after locking the config. |
||
---|---|---|
.. | ||
API2 | ||
CLI | ||
VZDump | ||
Makefile | ||
QemuMigrate.pm | ||
QemuServer.pm | ||
QMPClient.pm |