#1485157: fix DIGEST-MD5 authentication

release-0.6
alecpl 16 years ago
parent 07717db753
commit b751d5609f

@ -532,7 +532,7 @@ class Net_SMTP
/* 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 */

Loading…
Cancel
Save