Aleksander Machniak
2013-03-02 4310ce6c3e64008f3586d73e437d9c95718cd07c
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();
        }