Properly close the configuration file.

This patch is imported from the rinetd Debian package.
This commit is contained in:
Sam Hocevar 2016-01-10 22:24:24 +01:00
parent 0f574db5b4
commit 7330c19177

View File

@ -674,6 +674,7 @@ void readConfiguration(void)
}
}
}
fclose(in);
/* Open the log file */
if (logFile) {
fclose(logFile);