From: Mark Zealey Date: Wed, 4 Dec 2013 13:51:41 +0000 (+0200) Subject: rebase to HEAD X-Git-Tag: rec-3.6.0-rc1~240^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6577aefdefe4a2e6b44af5ea9e8522d006a88e1;p=thirdparty%2Fpdns.git rebase to HEAD --- diff --git a/pdns/distributor.hh b/pdns/distributor.hh index 9b72bb28ac..6818c3f2d0 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -274,7 +274,7 @@ templateint SingleThreadDistributor try { a=b->question(q); // a can be NULL! } - catch(const AhuException &e) { + catch(const PDNSException &e) { L<