]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveconf: Remove obsolete -m and -p parameters entirely
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 16 Oct 2024 09:52:18 +0000 (12:52 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:40:01 +0000 (10:40 +0200)
src/config/doveconf.c

index dc006392e7c4e99bd1f02095043b7b879e001477..22d7b8bcde4d851397e84ec313bb374bac890674 100644 (file)
@@ -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;