mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 07:11:03 +00:00
add missing import of 'agent_cmd'
see https://pve.proxmox.com/pipermail/pve-user/2018-July/169712.html Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a2f1554b6e
commit
332ff39abe
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user