]> arthur.barton.de Git - ngircd-alex.git/commit
Fix handling of MaxConnections option
authorFlorian Westphal <fw@strlen.de>
Sat, 30 Aug 2008 13:37:19 +0000 (15:37 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 30 Aug 2008 13:37:19 +0000 (15:37 +0200)
commitc997e043259af2663f40349490729668c7b61256
tree691a4b7fbe20b6f3390418994602eb59459a4488
parent2c2c93e311c09faa68cbdb4939902c2bca2d5383
Fix handling of MaxConnections option

Config option claimed to be 'number of connections' but in reality this
was treated as 'largest file descriptor allowed'.

This also fixes another bug in New_connection, where the
ng_ipaddr_tostr_r error path was missing a return statement.
src/ngircd/conn.c