From 81bb680e868c309246b097f7d26488385aae3a3e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 27 Sep 2018 21:23:09 -0400 Subject: [PATCH] Rename RecordTextException to rte --- pdns/dnsrecords.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index 4fcdd2382d..ea8c4af5e4 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -760,8 +760,8 @@ RNAME##RecordContent::RNAME##RecordContent(const string& zoneData) RecordTextReader rtr(zoneData); \ xfrPacket(rtr); \ } \ - catch(RecordTextException& rtr) { \ - throw MOADNSException("Parsing record content (try 'pdnsutil check-zone'): "+string(rtr.what())); \ + catch(RecordTextException& rte) { \ + throw MOADNSException("Parsing record content (try 'pdnsutil check-zone'): "+string(rte.what())); \ } \ } \ \ -- 2.47.2