[dovecot-cvs] dovecot/src/imap cmd-idle.c,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Thu Feb 20 23:43:31 EET 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv3718

Modified Files:
	cmd-idle.c 
Log Message:
handle error condition better



Index: cmd-idle.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/cmd-idle.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmd-idle.c	20 Feb 2003 19:57:10 -0000	1.4
+++ cmd-idle.c	20 Feb 2003 21:43:28 -0000	1.5
@@ -55,7 +55,7 @@
 	case -2:
 		client->input_skip_line = TRUE;
 		idle_finish(client, FALSE);
-		break;
+		return;
 	}
 
 	while ((line = i_stream_next_line(client->input)) != NULL) {




More information about the dovecot-cvs mailing list