X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FRESTHandler.pm;h=ad0f929862731923b1cee594e1d15330c21aa0e9;hp=41531925fe1ab7cc0be9f190494ec28e00739598;hb=a1609259d31d9bfbf8a7558bfcd8354f89a73a23;hpb=2336b19ef37dd4350c2a708f248b3d294796cb27 diff --git a/src/PVE/RESTHandler.pm b/src/PVE/RESTHandler.pm index 4153192..ad0f929 100644 --- a/src/PVE/RESTHandler.pm +++ b/src/PVE/RESTHandler.pm @@ -275,8 +275,6 @@ sub AUTOLOAD { my $sub = $AUTOLOAD; (my $method = $sub) =~ s/.*:://; - $method =~ s/.*:://; - my $info = $this->map_method_by_name($method); *{$sub} = sub {