From: Aki Tuomi Date: Fri, 13 Feb 2015 10:07:57 +0000 (+0200) Subject: Do not delete b too early X-Git-Tag: auth-3.4.4~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90310f4c2b0d13ab9391880145319cffbadbb1e9;p=pdns Do not delete b too early --- diff --git a/pdns/distributor.hh b/pdns/distributor.hh index 184480f7f..301d57019 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -240,7 +240,6 @@ templatevoid *MultiThreadDistributo } catch(const PDNSException &e) { L<replyPacket(); a->setRcode(RCode::ServFail); S.inc("servfail-packets"); @@ -248,7 +247,6 @@ templatevoid *MultiThreadDistributo } catch(...) { L<replyPacket(); a->setRcode(RCode::ServFail); S.inc("servfail-packets");