From: Remi Gacogne Date: Fri, 2 Jun 2017 17:11:54 +0000 (+0200) Subject: rec: Log the content of ImmediateServFailException in getRootNS() X-Git-Tag: rec-4.1.0-alpha1~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c78ceb39cac0d6f3084d520c0628f4ac21a39505;p=thirdparty%2Fpdns.git rec: Log the content of ImmediateServFailException in getRootNS() --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 5b077b6ad1..195b98fcb1 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1800,24 +1800,24 @@ int SyncRes::getRootNS(struct timeval now, asyncresolve_t asyncCallback) { } return res; } - catch(PDNSException& e) - { + catch(const PDNSException& e) { L<