[pve-devel] applied: [PATCH 16/23] proxy_request: drop duplicate, unused parameter
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Oct 17 17:36:31 CEST 2019
On 10/17/19 3:14 PM, Fabian Grünbichler wrote:
> which was mistakenly added back when this was still in pve-manager.
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> PVE/APIServer/AnyEvent.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/PVE/APIServer/AnyEvent.pm b/PVE/APIServer/AnyEvent.pm
> index c1dade8..9aba27d 100644
> --- a/PVE/APIServer/AnyEvent.pm
> +++ b/PVE/APIServer/AnyEvent.pm
> @@ -747,7 +747,7 @@ sub handle_api2_request {
> $res->{proxy_params}->{tmpfilename} = $reqstate->{tmpfilename} if $upload_state;
>
> $self->proxy_request($reqstate, $clientip, $host, $res->{proxynode}, $method,
> - $r->uri, $auth->{ticket}, $auth->{token}, $res->{proxy_params}, $res->{proxynode});
> + $r->uri, $auth->{ticket}, $auth->{token}, $res->{proxy_params});
> return;
>
> } elsif ($upgrade && ($method eq 'GET') && ($path =~ m|websocket$|)) {
>
applied, thanks!
More information about the pve-devel
mailing list