From 7da873e9210bdaff73e9b436a4d1657f19bae600 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 26 Oct 2015 18:12:35 +0200 Subject: [PATCH] Add remark about not removing the throw --- pdns/distributor.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/distributor.hh b/pdns/distributor.hh index f15ac2206..707537499 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -203,6 +203,7 @@ templatevoid *MultiThreadDistributo delete QD->Q; QD->callback(a); + // do NOT remove this. We want to die on PDNSException throw; } catch(...) { -- 2.40.0