From 46294b55bea6fd4b6a3c079a37e0b43d4b1e4877 Mon Sep 17 00:00:00 2001 From: James Cloos Date: Mon, 16 Mar 2015 13:53:44 -0400 Subject: [PATCH] Use the variable name d_keyring for the OPENPGPKEY RDATA. Signed-off-by: James Cloos (cherry picked from commit 3fd06ce5b9f6aa684788584d1d8cdd36eb24d7df) --- pdns/dnsrecords.cc | 2 +- pdns/dnsrecords.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 2476c62e5..2d3b9b1b3 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -285,7 +285,7 @@ boilerplate_conv(TLSA, 52, ) boilerplate_conv(OPENPGPKEY, 61, - conv.xfrHexBlob(d_cert, true); + conv.xfrHexBlob(d_keyring, true); ) #undef DS diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index 09dd7ff4a..91d0dc9fd 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -354,7 +354,7 @@ public: includeboilerplate(OPENPGPKEY) private: - string d_cert; + string d_keyring; }; -- 2.40.0