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:
@@ -1314,6 +1314,7 @@ struct _configitem_log {
|
||||
char *file;
|
||||
long maxsize;
|
||||
int flags;
|
||||
int logfd;
|
||||
};
|
||||
|
||||
struct _configitem_unknown {
|
||||
|
||||
Reference in New Issue
Block a user