Aleksander Machniak
2013-01-25 7f693b65655eb905043d39bb53590b6c92b1f99c
program/lib/Roundcube/rcube_imap_generic.php
@@ -906,7 +906,7 @@
     */
    function closeConnection()
    {
        if ($this->putLine($this->nextTag() . ' LOGOUT')) {
        if ($this->logged && $this->putLine($this->nextTag() . ' LOGOUT')) {
            $this->readReply();
        }