dovecot-2.0-sslstream: expire-tool: Change config module so we'l...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 03:00:21 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/bbfa22045215
changeset: 10630:bbfa22045215
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 02 15:20:36 2010 +0200
description:
expire-tool: Change config module so we'll actually read all necessary settings.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/plugins/expire/expire-tool.c |    3 ++-

diffs (13 lines):

diff -r 568c437ad951 -r bbfa22045215 src/plugins/expire/expire-tool.c
--- a/src/plugins/expire/expire-tool.c	Tue Feb 02 15:20:04 2010 +0200
+++ b/src/plugins/expire/expire-tool.c	Tue Feb 02 15:20:36 2010 +0200
@@ -208,7 +208,8 @@ static void expire_run(struct master_ser
 				MAIL_STORAGE_SERVICE_FLAG_USERDB_LOOKUP);
 
 	memset(&input, 0, sizeof(input));
-	input.module = input.service = "expire-tool";
+	input.service = "expire-tool";
+	input.module = "mail";
 	mail_storage_service_init_settings(ctx.storage_service, &input);
 
 	sets = master_service_settings_get_others(service);


More information about the dovecot-cvs mailing list