checkpassword: remove newlines that appeared

This commit is contained in:
Matt Simerson 2012-05-21 18:08:39 -04:00
parent 55b5f34365
commit c61fb67e9b

View File

@ -124,6 +124,7 @@ sub auth_checkpassword {
my $binary = $self->connection->notes('auth_checkpassword_bin');
my $true = $self->connection->notes('auth_checkpassword_true');
chomp ($binary, $true);
my $sudo = get_sudo($binary);