]> arthur.barton.de Git - ngircd-alex.git/commit
conn.c: fix more sizeof(..dst_addr) misuse
authorFlorian Westphal <fw@strlen.de>
Fri, 11 Sep 2009 21:30:42 +0000 (23:30 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 11 Sep 2009 21:31:46 +0000 (23:31 +0200)
commit4daf780f0188e6b7658047588399c813d74de917
tree098fc9920489af0a0bd9f7f1291d902b2e2d682c
parented72bf4cebe47dda78a41fbeebe803caa13f2cfa
conn.c: fix more sizeof(..dst_addr)  misuse

the wrong sizeof() usage fixed in
d76910ce7b9fad5679b7c614ed086e036560e37d
(conn.c: fix resolver server address backlog) was a bit more
widespread, fix all others, too.
src/ngircd/conn.c