make starter behave more gracefully in the presence of non-fatal errors

This commit is contained in:
Andreas Steffen
2007-06-25 07:10:23 +00:00
parent 17d92e9732
commit 3345c0a1ed
3 changed files with 199 additions and 171 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ struct starter_config {
defaultroute_t defaultroute;
/* number of encountered parsing errors */
u_int err;
u_int err;
u_int non_fatal_err;
/* do we parse also statements */
bool parse_also;