From 90310f4c2b0d13ab9391880145319cffbadbb1e9 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 13 Feb 2015 12:07:57 +0200 Subject: [PATCH] Do not delete b too early --- pdns/distributor.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/distributor.hh b/pdns/distributor.hh index 184480f7f0..301d570197 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"); -- 2.47.2