From: Aki Tuomi Date: Fri, 13 Feb 2015 10:07:57 +0000 (+0200) Subject: Do not delete b too early X-Git-Tag: dnsdist-1.0.0-alpha1~295^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1735%2Fhead;p=thirdparty%2Fpdns.git Do not delete b too early --- diff --git a/pdns/distributor.hh b/pdns/distributor.hh index cf8e56d8bf..3c8fbe3f68 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -234,7 +234,6 @@ templatevoid *MultiThreadDistributo } catch(const PDNSException &e) { L<replyPacket(); a->setRcode(RCode::ServFail); S.inc("servfail-packets"); @@ -242,7 +241,6 @@ templatevoid *MultiThreadDistributo } catch(...) { L<replyPacket(); a->setRcode(RCode::ServFail); S.inc("servfail-packets");