From: Peter van Dijk Date: Fri, 27 Nov 2015 15:00:14 +0000 (+0100) Subject: nit X-Git-Tag: dnsdist-1.0.0-alpha1~159^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143da54ca8ab6990a7d8b48b836ee7c1c68a5845;p=thirdparty%2Fpdns.git nit --- diff --git a/pdns/dnsparser.hh b/pdns/dnsparser.hh index 9b4d6e933b..b03600f211 100644 --- a/pdns/dnsparser.hh +++ b/pdns/dnsparser.hh @@ -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)