aboutsummaryrefslogtreecommitdiff
path: root/src/srvcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/srvcfg.c')
-rw-r--r--src/srvcfg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/srvcfg.c b/src/srvcfg.c
index 7ca3c764..43689c6c 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -811,7 +811,7 @@ mf_srvcfg_init(const char *progname, const char *label)
811 mf_optcache_add(srv_option_cache, 0, MF_OCF_NULL|MF_OCF_STATIC); 811 mf_optcache_add(srv_option_cache, 0, MF_OCF_NULL|MF_OCF_STATIC);
812 mu_gocs_register(".pm:server", srvcfg_gocs_init); 812 mu_gocs_register(".mfd:server", srvcfg_gocs_init);
813 if (mu_register_argp_capa(".pm:server", &_srv_argp_child)) { 813 if (mu_register_argp_capa(".mfd:server", &_srv_argp_child)) {
814 mu_error(_("INTERNAL ERROR: " 814 mu_error(_("INTERNAL ERROR: "
815 "cannot register argp capability `%s'"), 815 "cannot register argp capability `%s'"),
816 "pm:server"); 816 "mfd:server");
817 abort (); 817 abort ();
@@ -819,3 +819,3 @@ mf_srvcfg_init(const char *progname, const char *label)
819 819
820 if (mu_create_canned_section (".pm:server", &section) == 0) { 820 if (mu_create_canned_section (".mfd:server", &section) == 0) {
821 mu_cfg_section_add_params (section, srv_cfg_param); 821 mu_cfg_section_add_params (section, srv_cfg_param);

Return to:

Send suggestions and report system problems to the System administrator.