summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-12-11 15:09:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-12-11 15:09:47 +0000
commitd60e6271eff47f8665b869b9a248f7a62afbfa4f (patch)
treeb2865cdcbf8242aea7e48878b3efa007f0f20589 /comsat
parent1b2350e50f3f39fbc40811da4b942a71fd1dab8d (diff)
downloadmailutils-d60e6271eff47f8665b869b9a248f7a62afbfa4f.tar.gz
mailutils-d60e6271eff47f8665b869b9a248f7a62afbfa4f.tar.bz2
* comsat/comsat.c, imap4d/imap4d.c, maidag/maidag.c,
pop3d/pop3d.c: Call mu_tcpwrapper_cfg_init. * include/mailutils/cfg.h (mu_cfg_section_add_container) (mu_cfg_section_add_params, mu_create_canned_section) (mu_create_canned_param, mu_get_canned_container): New functions. * lib/tcpwrap.c (mu_tcpwrapper_cfg_init): New function. * lib/tcpwrap.h (TCP_WRAPPERS_CONFIG): Change definition. * mailbox/cfg_driver.c (mu_create_canned_section) (mu_create_canned_param): Change prototypes. (add_parameters): Rename to mu_cfg_section_add_params, make extern. All callers changed.
Diffstat (limited to 'comsat')
-rw-r--r--comsat/comsat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 0f4ff9564..099866302 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -150,6 +150,7 @@ main (int argc, char **argv)
mu_argp_init (program_version, NULL);
mu_gocs_daemon = default_gocs_daemon;
+
if (mu_app_init (&argp, comsat_argp_capa, NULL, argc, argv, 0, &ind, NULL))
exit (1);

Return to:

Send suggestions and report system problems to the System administrator.