From: Ruben d'Arco Date: Sun, 24 Aug 2014 16:31:49 +0000 (+0200) Subject: Do not retrieve message details for TSIG X-Git-Tag: auth-3.4.0-rc2~34^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbd17382af06e468575c691f646fc0984b39901e;p=thirdparty%2Fpdns.git Do not retrieve message details for TSIG Small optimization. --- diff --git a/pdns/rfc2136handler.cc b/pdns/rfc2136handler.cc index 1baf9dda34..609ebe07a6 100644 --- a/pdns/rfc2136handler.cc +++ b/pdns/rfc2136handler.cc @@ -693,7 +693,7 @@ int PacketHandler::processUpdate(DNSPacket *p) { TSIGRecordContent trc; string inputkey, message; - if (! p->getTSIGDetails(&trc, &inputkey, &message)) { + if (! p->getTSIGDetails(&trc, &inputkey, 0)) { L<