From: Timo Sirainen Date: Wed, 16 Oct 2024 09:52:18 +0000 (+0300) Subject: doveconf: Remove obsolete -m and -p parameters entirely X-Git-Tag: 2.4.0~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f1a3345aae8df4973e055d4fcc06a026c322b0a;p=thirdparty%2Fdovecot%2Fcore.git doveconf: Remove obsolete -m and -p parameters entirely --- diff --git a/src/config/doveconf.c b/src/config/doveconf.c index dc006392e7..22d7b8bcde 100644 --- a/src/config/doveconf.c +++ b/src/config/doveconf.c @@ -1035,7 +1035,7 @@ int main(int argc, char *argv[]) } master_service = master_service_init("config", master_service_flags, - &argc, &argv, "aCdFhHIm:nNpPwxs"); + &argc, &argv, "aCdFhHI:nNPwxs"); orig_config_path = t_strdup(master_service_get_config_path(master_service)); i_set_failure_prefix("doveconf: "); @@ -1066,10 +1066,6 @@ int main(int argc, char *argv[]) case 'I': dump_config_import = TRUE; break; - case 'm': - case 'p': - /* not supported anymore - ignore */ - break; case 'n': scope = CONFIG_DUMP_SCOPE_CHANGED; break;