BIND 10 master, updated. 37c946ce22e15183167033b147ac20c1c94c33fc [master] fixed a regression in the previous fix

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 27 03:58:31 UTC 2012


The branch, master has been updated
       via  37c946ce22e15183167033b147ac20c1c94c33fc (commit)
      from  b8cc8c81923195cfd626ad5bb9683cdb7b27332a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37c946ce22e15183167033b147ac20c1c94c33fc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Jan 26 19:58:14 2012 -0800

    [master] fixed a regression in the previous fix

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/rrset.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrset.h b/src/lib/dns/rrset.h
index 2066aaa..aad50aa 100644
--- a/src/lib/dns/rrset.h
+++ b/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




More information about the bind10-changes mailing list