summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctld/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctld/parse.y b/usr.sbin/ctld/parse.y
index 07b4d67..a7e01f6 100644
--- a/usr.sbin/ctld/parse.y
+++ b/usr.sbin/ctld/parse.y
@@ -598,7 +598,7 @@ conf_new_from_file(const char *path)
return (NULL);
}
check_perms(path);
- lineno = 0;
+ lineno = 1;
yyrestart(yyin);
error = yyparse();
auth_group = NULL;
OpenPOWER on IntegriCloud