BIND 10 trac2522, updated. 0857d558e83343a266e8bf67f835017c07f773c0 [2522] fix a typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 8 15:29:01 UTC 2013
The branch, trac2522 has been updated
via 0857d558e83343a266e8bf67f835017c07f773c0 (commit)
from 03a458983cf7d345ffa7d9d1b2cad0b509b3be54 (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 0857d558e83343a266e8bf67f835017c07f773c0
Author: Paul Selkirk <pselkirk at isc.org>
Date: Wed May 8 11:29:02 2013 -0400
[2522] fix a typo
-----------------------------------------------------------------------
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 955ddd4..c54f33a 100644
--- a/src/lib/dns/rdata/any_255/tsig_250.cc
+++ b/src/lib/dns/rdata/any_255/tsig_250.cc
@@ -199,7 +199,7 @@ TSIG::constructFromLexer(MasterLexer& lexer) {
TSIG::TSIG(const std::string& tsig_str) : impl_(NULL) {
// We use auto_ptr here because if there is an exception in this
// constructor, the destructor is not called and there could be a
- // leak of the DNSKEYImpl that constructFromLexer() returns.
+ // leak of the TSIGImpl that constructFromLexer() returns.
std::auto_ptr<TSIGImpl> impl_ptr(NULL);
try {
More information about the bind10-changes
mailing list