[svn] commit: r242 - /branches/f2f200910/src/bin/parkinglot/main.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 30 18:40:02 UTC 2009
Author: jreed
Date: Fri Oct 30 18:40:02 2009
New Revision: 242
Log:
Add myself to authors.bind :)
Modified:
branches/f2f200910/src/bin/parkinglot/main.cc
Modified: branches/f2f200910/src/bin/parkinglot/main.cc
==============================================================================
--- branches/f2f200910/src/bin/parkinglot/main.cc (original)
+++ branches/f2f200910/src/bin/parkinglot/main.cc Fri Oct 30 18:40:02 2009
@@ -129,6 +129,9 @@
msg.addRR(SECTION_ANSWER, RR(authors_name, RRClass::CH,
RRType::TXT, TTL(0),
TXT("Evan Hunt")));
+ msg.addRR(SECTION_ANSWER, RR(authors_name, RRClass::CH,
+ RRType::TXT, TTL(0),
+ TXT("Jeremy C. Reed")));
// add others name here!!
msg.addRR(SECTION_AUTHORITY, RR(authors_name, RRClass::CH,
More information about the bind10-changes
mailing list