From: Timo Sirainen Date: Tue, 2 Feb 2010 13:20:36 +0000 (+0200) Subject: expire-tool: Change config module so we'll actually read all necessary settings. X-Git-Tag: 2.0.beta3~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e25ef06a71d3a08280b7522d21e2d744aed65ac0;p=thirdparty%2Fdovecot%2Fcore.git expire-tool: Change config module so we'll actually read all necessary settings. --HG-- branch : HEAD --- diff --git a/src/plugins/expire/expire-tool.c b/src/plugins/expire/expire-tool.c index 9636a0bd99..2195a7fadd 100644 --- a/src/plugins/expire/expire-tool.c +++ b/src/plugins/expire/expire-tool.c @@ -208,7 +208,8 @@ static void expire_run(struct master_service *service, bool testrun) 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);