Browse Source

corrected wire format data

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1052 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
8214ab06a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire

+ 1 - 1
src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire

@@ -9,7 +9,7 @@
 # an OPT RR containing an NSID Option
 #      code=3 len=3 ID value (opaque)
 # 2  3  4  5  6  7  8  9 10
- 00 0X 00 03 00 03 00 01 02
+ 00 07 00 03 00 03 00 01 02
 #
 # short buffer (this can be tested only at the end of the buffer)
 # 1  2  3  4  5