Browse Source

[master] fixed a regression in the previous fix

JINMEI Tatuya 13 years ago
parent
commit
37c946ce22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rrset.h

+ 1 - 1
src/lib/dns/rrset.h

@@ -706,7 +706,7 @@ public:
     // revisit the interface of managing RRset signatures, at which point this
     // problem may go away.
     void addRRsig(const rdata::RdataPtr rdata) {
-        static_cast<rdata::ConstRdataPtr>(rdata);
+        addRRsig(static_cast<rdata::ConstRdataPtr>(rdata));
     }
 
     /// \brief Adds an RRSIG RRset to this RRset