BIND 10 trac2497, updated. 5e0e2e53c5c5876ae540a0ab26934c0e7242a673 [2382] corrected trivial syntax error in #2497
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 29 22:51:48 UTC 2012
The branch, trac2497 has been updated
via 5e0e2e53c5c5876ae540a0ab26934c0e7242a673 (commit)
from 2b8518d98293f746baab407d7d6744bde367ced3 (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 5e0e2e53c5c5876ae540a0ab26934c0e7242a673
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Nov 29 14:02:04 2012 -0800
[2382] corrected trivial syntax error in #2497
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rrparamregistry-placeholder.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrparamregistry-placeholder.cc b/src/lib/dns/rrparamregistry-placeholder.cc
index fa3cbc9..e214447 100644
--- a/src/lib/dns/rrparamregistry-placeholder.cc
+++ b/src/lib/dns/rrparamregistry-placeholder.cc
@@ -217,8 +217,7 @@ public:
virtual RdataPtr create(MasterLexer& lexer, const Name* origin,
MasterLoader::Options options,
MasterLoaderCallbacks& callbacks) const {
- return (RdataPtr(new T(dynamic_cast<const T&>(lexer, origin, options,
- callbacks))));
+ return (RdataPtr(new T(lexer, origin, options, callbacks)));
}
};
More information about the bind10-changes
mailing list