mirror of https://github.com/mirror/busybox.git
Doh! Remember to close /etc/inittab
parent
f6495eb767
commit
d8636cad4d
|
@ -1011,6 +1011,7 @@ static void parse_inittab(void)
|
||||||
message(LOG | CONSOLE, "\rBad inittab entry: %s\n", lineAsRead);
|
message(LOG | CONSOLE, "\rBad inittab entry: %s\n", lineAsRead);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fclose(file);
|
||||||
return;
|
return;
|
||||||
#endif /* CONFIG_FEATURE_USE_INITTAB */
|
#endif /* CONFIG_FEATURE_USE_INITTAB */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue