]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Make SSHFP read space separated fingerprints
authorAki Tuomi <cmouse@desteem.org>
Wed, 23 Apr 2014 13:31:36 +0000 (16:31 +0300)
committerAki Tuomi <cmouse@desteem.org>
Wed, 23 Apr 2014 13:32:52 +0000 (16:32 +0300)
pdns/dnsrecords.cc

index 85ce9c4016c10ad17b02183fa45f2b5f57d32e2a..f6df0fad9648201f75381df809351ca0650cc249 100644 (file)
@@ -303,7 +303,7 @@ boilerplate_conv(DLV,32769 ,
 boilerplate_conv(SSHFP, 44, 
                  conv.xfr8BitInt(d_algorithm); 
                  conv.xfr8BitInt(d_fptype); 
-                 conv.xfrHexBlob(d_fingerprint);
+                 conv.xfrHexBlob(d_fingerprint, true);
                  )
 
 boilerplate_conv(RRSIG, 46,