X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FCLIHandler.pm;h=c75c8dc9a3cec99e954b0a52a3bc62446ba83b02;hp=b32c2886e9fc9964da777680d21009790836cab6;hb=2fff84d9292200eca643555f4494aef21d3a0f63;hpb=891b798d5260042a747026b8d7bcab041296f443 diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index b32c288..c75c8dc 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -113,7 +113,8 @@ __PACKAGE__->register_method ({ sub print_simple_pod_manpage { my ($podfn, $class, $name, $arg_param, $uri_param) = @_; - die "not initialized" if !($cmddef && $exename && $cli_handler_class); + die "not initialized" if !$cli_handler_class; + my $pwcallback = $cli_handler_class->can('read_password'); my $synopsis = " $name help\n\n";