]> granicus.if.org Git - pdns/commitdiff
Use the variable name d_keyring for the OPENPGPKEY RDATA.
authorJames Cloos <cloos@jhcloos.com>
Mon, 16 Mar 2015 17:53:44 +0000 (13:53 -0400)
committermind04 <mind04@monshouwer.org>
Thu, 15 Oct 2015 18:15:12 +0000 (20:15 +0200)
Signed-off-by: James Cloos <cloos@jhcloos.com>
(cherry picked from commit 3fd06ce5b9f6aa684788584d1d8cdd36eb24d7df)

pdns/dnsrecords.cc
pdns/dnsrecords.hh

index 2476c62e5a10b1d30560fb74861b9fa6918e012d..2d3b9b1b36996d0bb3d0be8bece0af868e73aede 100644 (file)
@@ -285,7 +285,7 @@ boilerplate_conv(TLSA, 52,
                  )                 
                  
 boilerplate_conv(OPENPGPKEY, 61,
-                 conv.xfrHexBlob(d_cert, true);
+                 conv.xfrHexBlob(d_keyring, true);
                  )
 
 #undef DS
index 09dd7ff4abba792efbbd2e6b8d5016acf2f6ef58..91d0dc9fdbb5542fae68f318d3588076128846f9 100644 (file)
@@ -354,7 +354,7 @@ public:
   includeboilerplate(OPENPGPKEY)
 
 private:
-  string d_cert;
+  string d_keyring;
 };