summaryrefslogtreecommitdiff
path: root/comsat/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/cfg.c')
-rw-r--r--comsat/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/cfg.c b/comsat/cfg.c
index a05535877..f322d7fc6 100644
--- a/comsat/cfg.c
+++ b/comsat/cfg.c
@@ -161,7 +161,7 @@ read_config (const char *config_file)
if (!*ptr || *ptr == '#')
continue;
- argcv_get (ptr, "", &argc, &argv);
+ argcv_get (ptr, "", NULL, &argc, &argv);
if (argc < 2)
{
syslog (LOG_ERR, "%s:%d: too few fields", config_file, line);

Return to:

Send suggestions and report system problems to the System administrator.