mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 12:06:39 +02:00
64ea1d09d6
This fixes a bug where if you run ./Config with 'auto' file descriptors, and then have an unusually low 'ulimit -n' of like 150, you would end up with a negative amount of file descriptors available for use. This fix moves it from compile-time setting of reserved fd's to runtime setting. All this is wrong, by the way, but that is for another major overhaul, at least this bug is fixed now :D