[svn] commit: r542 - /branches/parkinglot/src/lib/dns/cpp/message.h

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 27 00:20:16 UTC 2010


Author: jinmei
Date: Wed Jan 27 00:20:16 2010
New Revision: 542

Log:
corrected Additional section ID

Modified:
    branches/parkinglot/src/lib/dns/cpp/message.h

Modified: branches/parkinglot/src/lib/dns/cpp/message.h
==============================================================================
--- branches/parkinglot/src/lib/dns/cpp/message.h (original)
+++ branches/parkinglot/src/lib/dns/cpp/message.h Wed Jan 27 00:20:16 2010
@@ -435,7 +435,7 @@
 inline const Section&
 Section::ADDITIONAL()
 {
-    static Section s(2);
+    static Section s(3);
     return (s);
 }
 




More information about the bind10-changes mailing list