BIND 10 trac2521, updated. 225a1e04ba13d2a48bbf3e1f958ce4e3f86aed49 [2521] RRSIG signer can be a reference, maybe a bit more efficient

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 6 18:36:21 UTC 2013


The branch, trac2521 has been updated
       via  225a1e04ba13d2a48bbf3e1f958ce4e3f86aed49 (commit)
      from  caefbb6f9016955ad62391d799fd69886aa363b4 (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 225a1e04ba13d2a48bbf3e1f958ce4e3f86aed49
Author: Paul Selkirk <pselkirk at isc.org>
Date:   Mon May 6 14:36:11 2013 -0400

    [2521] RRSIG signer can be a reference, maybe a bit more efficient

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

Summary of changes:
 src/lib/dns/rdata/generic/rrsig_46.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/rrsig_46.cc b/src/lib/dns/rdata/generic/rrsig_46.cc
index 549b3cf..8e826d7 100644
--- a/src/lib/dns/rdata/generic/rrsig_46.cc
+++ b/src/lib/dns/rdata/generic/rrsig_46.cc
@@ -98,7 +98,7 @@ RRSIG::constructFromLexer(MasterLexer& lexer, const Name* origin) {
     if (tag > 0xffff) {
         isc_throw(InvalidRdataText, "RRSIG key tag out of range");
     }
-    const Name signer = createNameFromLexer(lexer, origin);
+    const Name& signer = createNameFromLexer(lexer, origin);
 
     string signature_txt;
     string signature_part;



More information about the bind10-changes mailing list