[svn] commit: r272 - /branches/f2f200910/src/bin/parkinglot/parkinglot.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 30 23:43:20 UTC 2009


Author: jinmei
Date: Fri Oct 30 23:43:19 2009
New Revision: 272

Log:
recovered Jeremy's RR for authors.bind

Modified:
    branches/f2f200910/src/bin/parkinglot/parkinglot.cc

Modified: branches/f2f200910/src/bin/parkinglot/parkinglot.cc
==============================================================================
--- branches/f2f200910/src/bin/parkinglot/parkinglot.cc (original)
+++ branches/f2f200910/src/bin/parkinglot/parkinglot.cc Fri Oct 30 23:43:19 2009
@@ -114,6 +114,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