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 = '';