BIND 10 trac2522, updated. 9bfdf12f2fd3108a4b3b772c20e9b78396164042 [2522] TSIG algorigthm can be a reference, maybe a bit more efficient

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 8 04:35:23 UTC 2013


The branch, trac2522 has been updated
       via  9bfdf12f2fd3108a4b3b772c20e9b78396164042 (commit)
      from  4daf58b65f126c84a0d68d102ad899e260ea5662 (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 9bfdf12f2fd3108a4b3b772c20e9b78396164042
Author: Paul Selkirk <pselkirk at isc.org>
Date:   Wed May 8 00:35:22 2013 -0400

    [2522] TSIG algorigthm can be a reference, maybe a bit more efficient

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/any_255/tsig_250.cc b/src/lib/dns/rdata/any_255/tsig_250.cc
index 0a45f4f..e71e548 100644
--- a/src/lib/dns/rdata/any_255/tsig_250.cc
+++ b/src/lib/dns/rdata/any_255/tsig_250.cc
@@ -79,7 +79,7 @@ TSIG::constructFromLexer(MasterLexer& lexer) {
     // but it's not actually a domain name, so we allow it to be not
     // fully qualified.
     const Name root(".");
-    const Name algorithm = createNameFromLexer(lexer, &root);
+    const Name& algorithm = createNameFromLexer(lexer, &root);
 
     const string time_str = lexer.getNextToken(MasterToken::STRING).getString();
     uint64_t time_signed;



More information about the bind10-changes mailing list