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/?a=commitdiff_plain;h=refs%2Fpull%2F1687%2Fhead;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<