From: Pieter Lexis Date: Tue, 28 Jun 2016 09:21:22 +0000 (+0200) Subject: Use toLogString when writing a DNSName to an ostream X-Git-Tag: rec-4.0.0~22^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b3e0b22e5994479c1bbda444588ab538d6d718;p=thirdparty%2Fpdns.git Use toLogString when writing a DNSName to an ostream --- diff --git a/pdns/dnsname.cc b/pdns/dnsname.cc index 424e53bdab..defbd37520 100644 --- a/pdns/dnsname.cc +++ b/pdns/dnsname.cc @@ -14,7 +14,7 @@ std::ostream & operator<<(std::ostream &os, const DNSName& d) { - return os <