Skip to content

Commit

Permalink
#1485157: fix DIGEST-MD5 authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Dec 18, 2008
1 parent 07717db commit b751d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/lib/Net/SMTP.php
Expand Up @@ -532,7 +532,7 @@ function _authDigest_MD5($uid, $pwd)
/* We don't use the protocol's third step because SMTP doesn't
* allow subsequent authentication, so we just silently ignore
* it. */
if (PEAR::isError($error = $this->_put(' '))) {
if (PEAR::isError($error = $this->_put(''))) {
return $error;
}
/* 235: Authentication successful */
Expand Down

0 comments on commit b751d56

Please sign in to comment.