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

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 30 21:07:10 UTC 2009


Author: jelte
Date: Fri Oct 30 21:07:10 2009
New Revision: 254

Log:
added my name :)

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 21:07:10 2009
@@ -132,6 +132,9 @@
             msg.addRR(SECTION_ANSWER, RR(authors_name, RRClass::CH,
                                          RRType::TXT, TTL(0),
                                          TXT("Jeremy C. Reed")));
+            msg.addRR(SECTION_ANSWER, RR(authors_name, RRClass::CH,
+                                         RRType::TXT, TTL(0),
+                                         TXT("Jelte Jansen")));
             // add others name here!!
 
             msg.addRR(SECTION_AUTHORITY, RR(authors_name, RRClass::CH,




More information about the bind10-changes mailing list