Don't try to fflush a file we just closed.
ircd-ratbox r25251 (androsyn)
This commit is contained in:
parent
94c0bd4abe
commit
0fcbff0c49
|
@ -138,6 +138,7 @@ ilog(ilogfile dest, const char *format, ...)
|
|||
{
|
||||
fclose(logfile);
|
||||
*log_table[dest].logfile = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
fflush(logfile);
|
||||
|
|
Loading…
Reference in New Issue