From: Kees Monshouwer Date: Sun, 31 Aug 2014 19:04:03 +0000 (+0200) Subject: fix possible fd leak in signpipe worker X-Git-Tag: auth-3.4.0-rc2~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97f1f8d922c7b3cb1e849afc29891116a70732c7;p=thirdparty%2Fpdns.git fix possible fd leak in signpipe worker --- diff --git a/pdns/signingpipe.cc b/pdns/signingpipe.cc index bb164e3405..0756149f38 100644 --- a/pdns/signingpipe.cc +++ b/pdns/signingpipe.cc @@ -62,11 +62,8 @@ try shs.d_csp->worker(shs.d_id, shs.d_fd); return 0; } -catch(PDNSException& pe) { - L<