]> granicus.if.org Git - pdns/commitdiff
Revert "Add remark about not removing the throw"
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 1 Apr 2016 20:06:17 +0000 (22:06 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 1 Apr 2016 22:21:22 +0000 (00:21 +0200)
This reverts commit 7da873e9210bdaff73e9b436a4d1657f19bae600.

pdns/distributor.hh

index a870aa25679445fe6663329160ad2479b67491b3..e940c908bb6c83a4bdd01952a87b2c01321c00de 100644 (file)
@@ -203,7 +203,6 @@ 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(...) {