From becd68f1ec10aafb32c7457fea1db44d9c143bd0 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 19 Aug 2014 21:45:32 +0200 Subject: [PATCH] following up to the OPT label compression fix, guarantee that no future optimisation will re-introduce that bug --- pdns/dnswriter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnswriter.cc b/pdns/dnswriter.cc index 8984e50bed..227761dc2d 100644 --- a/pdns/dnswriter.cc +++ b/pdns/dnswriter.cc @@ -96,7 +96,7 @@ void DNSPacketWriter::addOpt(int udpsize, int extRCode, int Z, const vectorfirst); xfr16BitInt(iter->second.length()); -- 2.47.2