Browse Source

corrected Additional section ID

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@542 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
5c8f340a7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/cpp/message.h

+ 1 - 1
src/lib/dns/cpp/message.h

@@ -435,7 +435,7 @@ Section::AUTHORITY()
 inline const Section&
 Section::ADDITIONAL()
 {
-    static Section s(2);
+    static Section s(3);
     return (s);
 }