From 143da54ca8ab6990a7d8b48b836ee7c1c68a5845 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 27 Nov 2015 16:00:14 +0100 Subject: [PATCH] nit --- pdns/dnsparser.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2