]> granicus.if.org Git - pdns/commitdiff
Illegal -> Invalid
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 25 Oct 2019 11:48:03 +0000 (13:48 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 25 Oct 2019 11:48:03 +0000 (13:48 +0200)
pdns/zoneparser-tng.cc

index 5c4ed00db28b040201a14df8b16403084136289b..9772e36ada35b6afbe40b217da0c229b5c3b1e2d 100644 (file)
@@ -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();