- 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 ().
This commit is contained in:
Bram Matthys 2010-01-04 13:22:34 +00:00
parent 32ab3cba8b
commit 9d3c5ce8e1

View file

@ -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.