From: Peter van Dijk Date: Sun, 22 Sep 2013 07:03:42 +0000 (+0200) Subject: avoid compile error when not using --verbose-logging X-Git-Tag: rec-3.6.0-rc1~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b27640fa86b3ae4e6b2eca3bfebb624af9e6b429;p=thirdparty%2Fpdns.git avoid compile error when not using --verbose-logging --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index c946f9d38d..100f70e612 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -620,7 +620,7 @@ void PacketHandler::addNSEC3(DNSPacket *p, DNSPacket *r, const string& target, c } doNextcloser = true; unhashed=closest; - hashed=hashQNameWithSalt(ns3rc.d_iterations, ns3rc.d_salt, unhashed) + hashed=hashQNameWithSalt(ns3rc.d_iterations, ns3rc.d_salt, unhashed); DLOG(L<<"1 hash: "<