From b9ec21adcba4f0437a233a8f9d785e755d8d45f0 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 20 Jan 2012 08:07:38 +0000 Subject: [PATCH] Apply second half of TLSA patch. Spotted by Pieter Lexis. git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2358 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/dnsrecords.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index a3d822204..bc2d0ba3c 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -227,7 +227,7 @@ boilerplate_conv(TLSA, 65468, conv.xfr8BitInt(d_certusage); conv.xfr8BitInt(d_selector); conv.xfr8BitInt(d_matchtype); - conv.xfrHexBlob(d_cert); + conv.xfrHexBlob(d_cert, true); ) #undef DS -- 2.49.0