[pve-devel] applied: [PATCH qemu-server] add missing import of 'agent_cmd'
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jul 30 08:57:27 CEST 2018
Am 07/30/2018 um 08:24 AM schrieb Dominik Csapak:
> see https://pve.proxmox.com/pipermail/pve-user/2018-July/169712.html
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> PVE/API2/Qemu/Agent.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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;
>
>
applied, thanks!
More information about the pve-devel
mailing list