From 7a5cf0895e0ce2324031d5dbd954c79777b3c4b7 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 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"); -- 2.47.2