]> git.proxmox.com Git - qemu-server.git/commitdiff
add missing import of 'agent_cmd'
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 Jul 2018 06:24:59 +0000 (08:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Jul 2018 06:56:39 +0000 (08:56 +0200)
see https://pve.proxmox.com/pipermail/pve-user/2018-July/169712.html

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu/Agent.pm

index 75a58ce46a629952bcd50777ccf0daf04398c080..d985b70f37999d7acf2ffe24b5d57ad9696ad0ab 100644 (file)
@@ -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;