BIND 10 master, updated. 540c6a5f5b25d935a8193fd835c1ba83dba02fd5 [master] add Dima to authors.bind
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 17 15:13:58 UTC 2011
The branch, master has been updated
via 540c6a5f5b25d935a8193fd835c1ba83dba02fd5 (commit)
from 507b231626a2e0289288f48b1e4613b569cdd8b2 (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 540c6a5f5b25d935a8193fd835c1ba83dba02fd5
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Aug 17 10:12:52 2011 -0500
[master] add Dima to authors.bind
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/static_datasrc.cc | 1 +
src/lib/datasrc/tests/static_unittest.cc | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/static_datasrc.cc b/src/lib/datasrc/static_datasrc.cc
index 65229a0..fd43e1c 100644
--- a/src/lib/datasrc/static_datasrc.cc
+++ b/src/lib/datasrc/static_datasrc.cc
@@ -70,6 +70,7 @@ StaticDataSrcImpl::StaticDataSrcImpl() :
authors = RRsetPtr(new RRset(authors_name, RRClass::CH(),
RRType::TXT(), RRTTL(0)));
authors->addRdata(generic::TXT("Chen Zhengzhang")); // Jerry
+ authors->addRdata(generic::TXT("Dmitriy Volodin"));
authors->addRdata(generic::TXT("Evan Hunt"));
authors->addRdata(generic::TXT("Haidong Wang")); // Ocean
authors->addRdata(generic::TXT("Han Feng"));
diff --git a/src/lib/datasrc/tests/static_unittest.cc b/src/lib/datasrc/tests/static_unittest.cc
index a11e889..4c9fe42 100644
--- a/src/lib/datasrc/tests/static_unittest.cc
+++ b/src/lib/datasrc/tests/static_unittest.cc
@@ -53,6 +53,7 @@ protected:
// NOTE: in addition, the order of the following items matter.
authors_data.push_back("Chen Zhengzhang");
+ authors_data.push_back("Dmitriy Volodin");
authors_data.push_back("Evan Hunt");
authors_data.push_back("Haidong Wang");
authors_data.push_back("Han Feng");
More information about the bind10-changes
mailing list