From: Otto Moerbeek Date: Fri, 25 Oct 2019 11:48:03 +0000 (+0200) Subject: Illegal -> Invalid X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4ab09cdf54ab826f650efd5ad3d3d20e5e077ec;p=pdns Illegal -> Invalid --- diff --git a/pdns/zoneparser-tng.cc b/pdns/zoneparser-tng.cc index 5c4ed00db..9772e36ad 100644 --- a/pdns/zoneparser-tng.cc +++ b/pdns/zoneparser-tng.cc @@ -326,7 +326,7 @@ bool ZoneParserTNG::get(DNSResourceRecord& rr, std::string* comment) sscanf(range.c_str(),"%u-%u/%u", &d_templatecounter, &d_templatestop, &d_templatestep); if (d_templatestep < 1 || d_templatestop < d_templatecounter) { - throw exception("Illegal $GENERATE parameters"); + throw exception("Invalid $GENERATE parameters"); } d_templateline=d_line; parts.pop_front();