mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 07:20:55 +01:00
Automated merge with ssh://hg.atheme.org//hg/charybdis
This commit is contained in:
commit
b10c4bd17a
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ ilog(ilogfile dest, const char *format, ...)
|
||||||
{
|
{
|
||||||
fclose(logfile);
|
fclose(logfile);
|
||||||
*log_table[dest].logfile = NULL;
|
*log_table[dest].logfile = NULL;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fflush(logfile);
|
fflush(logfile);
|
||||||
|
|
Loading…
Reference in a new issue