From: Wolfgang Bumiller Date: Mon, 12 Mar 2018 11:44:52 +0000 (+0100) Subject: pty: fix read_password prototype X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c93778bca165e0b8bf11a3ea586491a360f22842;p=pve-common.git pty: fix read_password prototype Signed-off-by: Wolfgang Bumiller --- diff --git a/src/PVE/PTY.pm b/src/PVE/PTY.pm index fa78196..23d76c0 100644 --- a/src/PVE/PTY.pm +++ b/src/PVE/PTY.pm @@ -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 = '';