]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed IMAP-specific comment..
authorTimo Sirainen <tss@iki.fi>
Sat, 3 May 2003 17:57:35 +0000 (20:57 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 3 May 2003 17:57:35 +0000 (20:57 +0300)
--HG--
branch : HEAD

src/pop3/client.c

index 9961df39d76d60e4c622f2fbe8e3ceb248985c1c..374af746c4f9ba46466ebe81c1f4832ce9bbb196 100644 (file)
@@ -189,7 +189,6 @@ void client_send_storage_error(struct client *client)
        const char *error;
 
        if (client->mailbox->is_inconsistency_error(client->mailbox)) {
-               /* we can't do forced CLOSE, so have to disconnect */
                client_send_line(client, "-ERR Mailbox is in inconsistent "
                                 "state, please relogin.");
                client_disconnect(client);