summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-07-26 06:27:12 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-07-26 06:27:12 +0000
commit324975fdec9f928a1a5ba60347fa72e341021b41 (patch)
treeeb972110a1c2c52d6f95bc093f1e9497b2cad9a5 /comsat/comsat.c
parent08f4f14c3109239d771392ddac23e60f8a47b61b (diff)
downloadmailutils-324975fdec9f928a1a5ba60347fa72e341021b41.tar.gz
mailutils-324975fdec9f928a1a5ba60347fa72e341021b41.tar.bz2
Use registrar_record instead of directly accessing registrar list.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index de1c00f1a..a920bf7b0 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -193,11 +193,7 @@ sig_hup (int sig)
void
comsat_init ()
{
- list_t bookie;
-
- registrar_get_list (&bookie);
- /* list_append (bookie, mbox_record); */
- list_append (bookie, path_record);
+ registrar_record (path_record);
gethostname (hostname, sizeof hostname);

Return to:

Send suggestions and report system problems to the System administrator.