]> granicus.if.org Git - pdns/commitdiff
Add remark about not removing the throw
authorAki Tuomi <cmouse@cmouse.fi>
Mon, 26 Oct 2015 16:12:35 +0000 (18:12 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Mon, 26 Oct 2015 16:12:35 +0000 (18:12 +0200)
pdns/distributor.hh

index f15ac22063d0fbb25bfb8f6853d3d25c05123a29..707537499f8090d04791952f45a24478693d5ff6 100644 (file)
@@ -203,6 +203,7 @@ template<class Answer, class Question, class Backend>void *MultiThreadDistributo
 
        delete QD->Q;
        QD->callback(a);
+       // do NOT remove this. We want to die on PDNSException
        throw;
       }
       catch(...) {