0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-27 22:38:21 +02:00

Automated merge with ssh://hg.atheme.org//hg/charybdis

This commit is contained in:
William Pitcock 2008-04-21 20:26:51 -05:00
commit b10c4bd17a

View file

@ -138,6 +138,7 @@ ilog(ilogfile dest, const char *format, ...)
{
fclose(logfile);
*log_table[dest].logfile = NULL;
return;
}
fflush(logfile);