1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 05:23:13 +02:00

- Changed logging into not open/close constantly, #0002943. This may leaks

fds and cause problems, so its a heads up
This commit is contained in:
stskeeps
2007-06-21 19:37:47 +00:00
parent b4f2619a64
commit 81627d4e9e
4 changed files with 26 additions and 14 deletions
+1
View File
@@ -1314,6 +1314,7 @@ struct _configitem_log {
char *file;
long maxsize;
int flags;
int logfd;
};
struct _configitem_unknown {