mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 13:41:37 +01:00
- Fixed a /RESTART issue on Linux: Unreal did not properly close all file-
descriptors. Because of this, Unreal did not restart properly as you would get an "Address already in use" error. This only seemed to happen when logging to syslog, or when there was something wrong with syslogd. Reported by Mouse (#0003882).
This commit is contained in:
parent
32ab3cba8b
commit
9d3c5ce8e1
1 changed files with 2 additions and 1 deletions
3
Changes
3
Changes
|
@ -1897,6 +1897,7 @@
|
|||
- Fixed a /RESTART issue on Linux: Unreal did not properly close all file-
|
||||
descriptors. Because of this, Unreal did not restart properly as you would
|
||||
get an "Address already in use" error. This only seemed to happen when
|
||||
logging to syslog. Reported by Mouse (#0003882).
|
||||
logging to syslog, or when there was something wrong with syslogd.
|
||||
Reported by Mouse (#0003882).
|
||||
- Fixed a similar issue with syslog (and debugmode) and closing fd's as well:
|
||||
the first port we listened on would not open up, ircd did not log any error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue