]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fixed travis warning
authorNicko Dehaine <nicko@threatstop.com>
Fri, 24 Jan 2020 01:50:43 +0000 (17:50 -0800)
committerNicko Dehaine <nicko@threatstop.com>
Tue, 18 Aug 2020 23:16:44 +0000 (23:16 +0000)
pdns/dnsrecords.cc

index 5bef9862a7a51c3c30fa3f77918ca42f3d303a8f..dd197c22265f49f318eef4920bab3cb81d3d47ab 100644 (file)
@@ -667,7 +667,7 @@ string APLRecordContent::getZoneRepresentation(bool noDot) const {
       }
     }
   } else {
-    throw MOADNSException("Asked to decode APL record but got unknown Address Family "+d_family);
+    throw MOADNSException("Asked to decode APL record but got unknown Address Family");
   }
 
   nm = Netmask(ca, d_prefix);