[dovecot-cvs] dovecot/src/pop3 client.c,1.8,1.9

cras at procontrol.fi cras at procontrol.fi
Sat May 3 21:57:37 EEST 2003


Update of /home/cvs/dovecot/src/pop3
In directory danu:/tmp/cvs-serv30315

Modified Files:
	client.c 
Log Message:
Removed IMAP-specific comment..



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- client.c	3 May 2003 17:36:34 -0000	1.8
+++ client.c	3 May 2003 17:57:35 -0000	1.9
@@ -189,7 +189,6 @@
 	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);




More information about the dovecot-cvs mailing list