[dovecot-cvs] dovecot/src/imap client.c,1.67.2.8,1.67.2.9

tss at dovecot.org tss at dovecot.org
Wed Mar 14 14:46:12 EET 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv2577

Modified Files:
      Tag: branch_1_0
	client.c 
Log Message:
Code cleanup



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/client.c,v
retrieving revision 1.67.2.8
retrieving revision 1.67.2.9
diff -u -d -r1.67.2.8 -r1.67.2.9
--- client.c	1 Mar 2007 10:38:17 -0000	1.67.2.8
+++ client.c	14 Mar 2007 12:46:10 -0000	1.67.2.9
@@ -335,14 +335,11 @@
 				client->bad_counter = 0;
 			_client_reset_command(client);
 			return TRUE;
-		} else {
-			/* unfinished */
-			if (client->command_pending) {
-				o_stream_set_flush_pending(client->output,
-							   TRUE);
-			}
-			return FALSE;
 		}
+
+		/* unfinished */
+		if (client->command_pending)
+			o_stream_set_flush_pending(client->output, TRUE);
 		return FALSE;
 	}
 



More information about the dovecot-cvs mailing list