From a3bcd88b43b188ebcfe0b5c3e378a56bae99c0b8 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 19 Jun 2014 18:44:23 +0200 Subject: [PATCH] Fix typo in log message --- pdns/tcpreceiver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/tcpreceiver.cc b/pdns/tcpreceiver.cc index f2ca02400..1bfa08215 100644 --- a/pdns/tcpreceiver.cc +++ b/pdns/tcpreceiver.cc @@ -934,7 +934,7 @@ int TCPNameserver::doIXFR(shared_ptr q, int outsock) bool securedZone = dk.isSecuredZone(q->qdomain); if(dk.getNSEC3PARAM(q->qdomain, &ns3pr, &narrow)) { if(narrow) { - L<qdomain<<"' denied to "<getRemote()<setRcode(RCode::Refused); sendPacket(outpacket,outsock); -- 2.40.0