aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-21 00:30:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-21 00:30:10 +0000
commit97af3b28e935b786e61d46df1a0d73fd4c9a4eba (patch)
tree2a8b0ebb6c4486bf1ecea6372d38b2b32de05286 /options.c
parentf84d1f2f52fc176fdfa9ac1948690e04df4a1cf7 (diff)
downloadfetchmail-97af3b28e935b786e61d46df1a0d73fd4c9a4eba.tar.gz
fetchmail-97af3b28e935b786e61d46df1a0d73fd4c9a4eba.tar.bz2
fetchmail-97af3b28e935b786e61d46df1a0d73fd4c9a4eba.zip
Narrow the error() interface.
svn path=/trunk/; revision=1526
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index f2432ed3..70f25848 100644
--- a/options.c
+++ b/options.c
@@ -340,7 +340,7 @@ struct query *ctl; /* option record to be initialized */
break;
case LA_SYSLOG:
- use_syslog = TRUE;
+ errors_to_syslog = TRUE;
break;
case '?':