mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-03 21:11:37 +00:00
code cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
53f22abfc5
commit
4a6f8872a4
@ -431,8 +431,7 @@ sub handle {
|
||||
my $func = $info->{code};
|
||||
|
||||
if (!($info->{name} && $func)) {
|
||||
raise("Method lookup failed ('$info->{name}')\n",
|
||||
code => HTTP_INTERNAL_SERVER_ERROR);
|
||||
raise("Method lookup failed ('$info->{name}')\n", code => HTTP_INTERNAL_SERVER_ERROR);
|
||||
}
|
||||
|
||||
if (my $schema = $info->{parameters}) {
|
||||
|
Loading…
Reference in New Issue
Block a user