From: Christian Hofstaedtler Date: Thu, 19 Jun 2014 16:44:23 +0000 (+0200) Subject: Fix typo in log message X-Git-Tag: auth-3.4.0-rc1~126^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3bcd88b43b188ebcfe0b5c3e378a56bae99c0b8;p=pdns Fix typo in log message --- 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);