]> arthur.barton.de Git - ngircd.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>
Sun, 31 Aug 2008 16:43:42 +0000 (18:43 +0200)
commitaede22901c64833d98da4972c83f5320f532cf34
treec0d9b4d39105f31b963fe53e1713e9acbb56a2ea
parent62b668a7b1ad5111003c87e218b3666f4503e580
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