]> git.proxmox.com Git - qemu-server.git/commitdiff
agent: import used check_agent_error method
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Jul 2018 08:59:44 +0000 (10:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Jul 2018 09:01:30 +0000 (11:01 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu/Agent.pm

index 0920e15ed66eb4b99de0fa2ce94b17b9b8d727f2..839146c6287562e943d68ff9cb3efcd8bc8b13d8 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 agent_cmd);
+use PVE::QemuServer::Agent qw(agent_available agent_cmd check_agent_error);
 use MIME::Base64 qw(encode_base64 decode_base64);
 use JSON;