[PATCH 3/4] checkpassword: remove newlines that appeared

[email protected] (Matt Simerson) Mon, 21 May 2012 21:19:54 -0400
Newsgroups perl.qpsmtpd
Message-ID <[email protected]>
---
 plugins/auth/auth_checkpassword |    1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/auth/auth_checkpassword b/plugins/auth/auth_checkpassword
index 4f4f9a2..28d7894 100644
--- a/plugins/auth/auth_checkpassword
+++ b/plugins/auth/auth_checkpassword
@@ -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);
 
-- 
1.7.9.6