1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 14:53:12 +02:00

woops.. credit ;)

This commit is contained in:
Bram Matthys
2010-01-04 13:12:29 +00:00
parent 7ad6dcd977
commit 32ab3cba8b
+1 -1
View File
@@ -1897,6 +1897,6 @@
- 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.
logging to syslog. 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.