dovecot-1.0: Minor error handling fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 9 05:06:25 EET 2008


details:   http://hg.dovecot.org/dovecot-1.0/rev/9a20335ea55c
changeset: 5510:9a20335ea55c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 09 05:06:19 2008 +0200
description:
Minor error handling fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/pop3/client.c |    2 +-

diffs (12 lines):

diff -r 98b7335cb3be -r 9a20335ea55c src/pop3/client.c
--- a/src/pop3/client.c	Mon Jan 07 12:41:11 2008 +0200
+++ b/src/pop3/client.c	Wed Jan 09 05:06:19 2008 +0200
@@ -60,7 +60,7 @@ static bool init_mailbox(struct client *
 	buffer_t *message_sizes_buf;
 	uint32_t failed_uid = 0;
 	int i;
-	bool failed, expunged;
+	bool failed, expunged = FALSE;
 
 	message_sizes_buf = buffer_create_dynamic(default_pool, 512);
 


More information about the dovecot-cvs mailing list