dovecot-2.0: Compile fix.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 15 16:37:49 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/d1f7b5e17252
changeset: 11550:d1f7b5e17252
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 15 14:37:46 2010 +0100
description:
Compile fix.

diffstat:

 src/plugins/expire/doveadm-expire.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7b497f801178 -r d1f7b5e17252 src/plugins/expire/doveadm-expire.c
--- a/src/plugins/expire/doveadm-expire.c	Mon Jun 14 21:49:27 2010 +0100
+++ b/src/plugins/expire/doveadm-expire.c	Tue Jun 15 14:37:46 2010 +0100
@@ -321,7 +321,7 @@
 	dict_deinit(&ectx->dict);
 	hash_table_destroy(&ectx->seen_users);
 
-	return ectx->module_ctx.super.deinit(ctx);
+	ectx->module_ctx.super.deinit(ctx);
 }
 
 static void doveadm_expire_mail_init(struct doveadm_mail_cmd_context *ctx)


More information about the dovecot-cvs mailing list