diff --git a/PVE/API2/Qemu/Agent.pm b/PVE/API2/Qemu/Agent.pm index 75a58ce4..d985b70f 100644 --- a/PVE/API2/Qemu/Agent.pm +++ b/PVE/API2/Qemu/Agent.pm @@ -6,7 +6,7 @@ use warnings; use PVE::RESTHandler; use PVE::JSONSchema qw(get_standard_option); use PVE::QemuServer; -use PVE::QemuServer::Agent qw(agent_available); +use PVE::QemuServer::Agent qw(agent_available agent_cmd); use MIME::Base64 qw(encode_base64 decode_base64); use JSON;