Make add_socketread() close the new socket if it can't be added to the

socket manager because it exceeds FD_SETSIZE.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@307 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-08-07 23:03:45 +00:00
parent 718e53d6f0
commit 6691732900
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Ensure add_socketread() doesn't leak file descriptors. (caf)
* Fix listing bans on local channels (/BANS &channel). (flashback)
* Fix unbanning by number (/UNBAN #channel #number). (caf)