]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
nit
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 27 Nov 2015 15:00:14 +0000 (16:00 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Nov 2015 14:04:54 +0000 (15:04 +0100)
pdns/dnsparser.hh

index 9b4d6e933be95230b525aaa4b651c356a6d71284..b03600f21160c4d9d2c31a853563dfae4d4f04e8 100644 (file)
@@ -120,9 +120,9 @@ public:
   }
 
 
-  void xfrName(DNSName &label, bool compress=false)
+  void xfrName(DNSName &name, bool compress=false)
   {
-    label=getName();
+    name=getName();
   }
 
   void xfrText(string &text, bool multi=false)