commit 25cd40416e98dd79c786ff01eda308fb5ef4a980
parent a6f4fdf684c40fecb091229e82995bf66e666fdf
Author: tb <tb>
Date: Wed, 5 Oct 2016 23:28:28 +0000
Add back the call to yyparse() that was accidentally dropped in the previous commit. Fortunately, doas fails closed...
ok tedu
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/doas.c b/doas.c
@@ -177,6 +177,7 @@ parseconfig(const char *filename, int checkperms)
errx(1, "%s is not owned by root", filename);
}
+ yyparse();
fclose(yyfp);
if (parse_errors)
exit(1);