From: Remi Gacogne Date: Wed, 16 Aug 2023 08:14:25 +0000 (+0200) Subject: calidns: Fix Coverity CID 1401679: Uncaught exception X-Git-Tag: rec-5.0.0-alpha1~55^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=699fac79855b7b520a6bf84cf647668668d87d1d;p=thirdparty%2Fpdns.git calidns: Fix Coverity CID 1401679: Uncaught exception --- diff --git a/pdns/calidns.cc b/pdns/calidns.cc index fb888bf468..f0a898905e 100644 --- a/pdns/calidns.cc +++ b/pdns/calidns.cc @@ -531,8 +531,13 @@ try // t1.detach(); } - catch(std::exception& e) +catch (const std::exception& exp) { - cerr<<"Fatal error: "<