mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-26 23:58:57 +00:00
pty: fix read_password prototype
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
c7171ff272
commit
c93778bca1
@ -165,7 +165,7 @@ sub tcsetsize($$$) {
|
||||
or die "failed to set window size: $!\n";
|
||||
}
|
||||
|
||||
sub read_password(;$$) {
|
||||
sub read_password($;$$) {
|
||||
my ($query, $infd, $outfd) = @_;
|
||||
|
||||
my $password = '';
|
||||
|
Loading…
Reference in New Issue
Block a user