diff --git a/rinetd.c b/rinetd.c index ddd172c..348e500 100644 --- a/rinetd.c +++ b/rinetd.c @@ -674,6 +674,7 @@ void readConfiguration(void) } } } + fclose(in); /* Open the log file */ if (logFile) { fclose(logFile);