From 245abe4da5829bcf39953cfe06c0ef6ab8f6ecd7 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 14 Apr 2021 18:46:27 +0200 Subject: [PATCH] the code is not glibc specific --- pdns/filterpo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/filterpo.cc b/pdns/filterpo.cc index 8a869b778c..6a92b07456 100644 --- a/pdns/filterpo.cc +++ b/pdns/filterpo.cc @@ -701,7 +701,7 @@ DNSName DNSFilterEngine::Zone::maskToRPZ(const Netmask& nm) auto src = reinterpret_cast(&addr.sin6.sin6_addr.s6_addr); std::array elems; - // this routine was adopted from glibc's inet_ntop6, written by Paul Vixie + // this routine was adopted from libc's inet_ntop6, written by Paul Vixie // because the RPZ spec (https://datatracker.ietf.org/doc/html/draft-vixie-dnsop-dns-rpz-00#section-4.1.1) says: // // If there exists more than one sequence of zero-valued fields of -- 2.47.2