From: Dominik Csapak Date: Mon, 30 Jul 2018 06:24:59 +0000 (+0200) Subject: add missing import of 'agent_cmd' X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=332ff39abe7d4d989789571c93a356e1ef28ccda;hp=a2f1554b6eff7deefea6aec6dac1ca8bdfc5cece;p=qemu-server.git add missing import of 'agent_cmd' see https://pve.proxmox.com/pipermail/pve-user/2018-July/169712.html Signed-off-by: Dominik Csapak --- diff --git a/PVE/API2/Qemu/Agent.pm b/PVE/API2/Qemu/Agent.pm index 75a58ce..d985b70 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;