[Bug 917] config parse leaves files open
ntp_scanner.c:
Bug 917: config parse leaves files open
bk: 46ffca4e_jBzDlyztbejx_XyOWqghQ
+* [Bug 917] config parse leaves files open
* [Bug 912] detect conflicting enable/disable configuration on interfaces sharing an IP address
* [Bug 771] compare scopeid if available for IPv6 addresses
* [Bug 899] Only show -i/--jaildir -u/--user options if we HAVE_DROPROOT.
if (!(curr_include_level > 0))
return 0;
else {
- ip_file = fp[--curr_include_level];
- return T_EOC;
+ FCLOSE(fp[curr_include_level]);
+ ip_file = fp[--curr_include_level];
+ return T_EOC;
}
} else if (is_EOC(ch)) {
expect_string = NO_ARG; /* Reset expect_string */