Parcourir la source

corrected Additional section ID

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@542 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
5c8f340a7a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 }