aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index b8e950ef..80a15563 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -910,8 +910,8 @@ static int load_params(int argc, char **argv, int optind)
def_opts.listener = SMTP_MODE;
/* this builds the host list */
- if (prc_parse_file(rcfile, !versioninfo) != 0)
- exit(PS_SYNTAX);
+ if ((st = prc_parse_file(rcfile, !versioninfo)) != 0)
+ exit(st);
if ((implicitmode = (optind >= argc)))
{