alecpl
2008-12-18 b751d5609f915aaafde78782c15cd91af71af69e
program/lib/Net/SMTP.php
@@ -532,7 +532,7 @@
        /* 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 */