From e6577aefdefe4a2e6b44af5ea9e8522d006a88e1 Mon Sep 17 00:00:00 2001 From: Mark Zealey Date: Wed, 4 Dec 2013 15:51:41 +0200 Subject: [PATCH] rebase to HEAD --- pdns/distributor.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/distributor.hh b/pdns/distributor.hh index 9b72bb28a..6818c3f2d 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<