pty: fix read_password prototype

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-03-12 12:44:52 +01:00
parent c7171ff272
commit c93778bca1

View File

@ -165,7 +165,7 @@ sub tcsetsize($$$) {
or die "failed to set window size: $!\n"; or die "failed to set window size: $!\n";
} }
sub read_password(;$$) { sub read_password($;$$) {
my ($query, $infd, $outfd) = @_; my ($query, $infd, $outfd) = @_;
my $password = ''; my $password = '';