]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
expire-tool: Change config module so we'll actually read all necessary settings.
authorTimo Sirainen <tss@iki.fi>
Tue, 2 Feb 2010 13:20:36 +0000 (15:20 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 2 Feb 2010 13:20:36 +0000 (15:20 +0200)
--HG--
branch : HEAD

src/plugins/expire/expire-tool.c

index 9636a0bd998888d794b2033eabd6f866ec957f39..2195a7fadd532a1e0bbdb2fab78a3c1591dc000b 100644 (file)
@@ -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);