Doh! Remember to close /etc/inittab

1_00_stable_10817
Eric Andersen 2002-05-15 22:19:09 +00:00
parent f6495eb767
commit d8636cad4d
1 changed files with 1 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@ static void parse_inittab(void)
message(LOG | CONSOLE, "\rBad inittab entry: %s\n", lineAsRead);
}
}
fclose(file);
return;
#endif /* CONFIG_FEATURE_USE_INITTAB */
}