[pve-devel] [PATCH 16/23] proxy_request: drop duplicate, unused parameter
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Oct 17 15:14:10 CEST 2019
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$|)) {
--
2.20.1
More information about the pve-devel
mailing list