dovecot-1.2: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 25 15:42:47 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/ccc0322c6804
changeset: 8326:ccc0322c6804
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 25 15:20:33 2008 +0300
description:
Compiler warning fix.

diffstat:

1 file changed, 1 deletion(-)
src/lib-mail/message-address.c |    1 -

diffs (11 lines):

diff -r 74720db3bef7 -r ccc0322c6804 src/lib-mail/message-address.c
--- a/src/lib-mail/message-address.c	Sat Oct 25 15:20:04 2008 +0300
+++ b/src/lib-mail/message-address.c	Sat Oct 25 15:20:33 2008 +0300
@@ -305,7 +305,6 @@ message_address_parse_real(pool_t pool, 
 			   unsigned int max_addresses, bool fill_missing)
 {
 	struct message_address_parser_context ctx;
-	int ret;
 
 	memset(&ctx, 0, sizeof(ctx));
 


More information about the dovecot-cvs mailing list