[pve-devel] [PATCH pve-client 2/2] Fix old none ::APIClient uses.

Dietmar Maurer dietmar at proxmox.com
Wed Jun 20 08:58:37 CEST 2018


This is already applied:

https://git.proxmox.com/?p=pve-client.git;a=commitdiff;h=aa66d1df95af8a2919953c50b4f3c6190148818b

> On June 20, 2018 at 8:49 AM René Jochum <r.jochum at proxmox.com> wrote:
> 
> 
> Please also apply this one.
> 
> 
> On 2018-06-19 16:03, René Jochum wrote:
> > Signed-off-by: René Jochum <r.jochum at proxmox.com>
> > ---
> >  PVE/APIClient/Commands/GuestStatus.pm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/PVE/APIClient/Commands/GuestStatus.pm
> > b/PVE/APIClient/Commands/GuestStatus.pm
> > index 8ae6c75..03e2e4a 100644
> > --- a/PVE/APIClient/Commands/GuestStatus.pm
> > +++ b/PVE/APIClient/Commands/GuestStatus.pm
> > @@ -180,8 +180,8 @@ __PACKAGE__->register_method ({
> >      code => sub {
> >  	my ($param) = @_;
> >  
> > -	my $remote = PVE::Tools::extract_param($param, 'remote');
> > -	my $vmid = PVE::Tools::extract_param($param, 'vmid');
> > +	my $remote = PVE::APIClient::Tools::extract_param($param, 'remote');
> > +	my $vmid = PVE::APIClient::Tools::extract_param($param, 'vmid');
> >  
> >  	my $config = PVE::APIClient::Config->load();
> >  	my $conn = PVE::APIClient::Config->remote_conn($config, $remote);
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel




More information about the pve-devel mailing list