]> arthur.barton.de Git - ngircd-alex.git/commit
conn-zip: fix error handling
authorFlorian Westphal <fw@strlen.de>
Tue, 21 Apr 2009 17:49:15 +0000 (19:49 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 21 Apr 2009 19:00:43 +0000 (21:00 +0200)
commit84eaed6c9afa92dcfd45181d5796cd7efd7e8b98
tree2bd48613b55beb7c1b3ab3e5817d50d3e72377fe
parent544b9884f4ccab6488b6f75b5fafd68a85aa8cd7
conn-zip: fix error handling

callers of (Un)Zip_Buffer() assume that
the function closes the connection on error.

However, this was not always the case.
src/ngircd/conn-zip.c