Changeset 2358

Show
Ignore:
Timestamp:
01/20/12 09:07:38 (16 months ago)
Author:
peter
Message:

Apply second half of TLSA patch. Spotted by Pieter Lexis.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnsrecords.cc

    r2347 r2358  
    228228                 conv.xfr8BitInt(d_selector);  
    229229                 conv.xfr8BitInt(d_matchtype);  
    230                  conv.xfrHexBlob(d_cert); 
     230                 conv.xfrHexBlob(d_cert, true); 
    231231                 )                
    232232