diff options
author | Mukund Sivaraman <muks@isc.org> | 2012-08-27 03:36:09 +0200 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2012-08-27 03:36:09 +0200 |
commit | abcd7d97d6caad3c68c4088cc58e8116ba8ae576 (patch) | |
tree | 0955ba2d6e15d481d9e18c7150a2e081856e32a8 /src/lib/dns/tests | |
parent | [2165] Don't continue and render RRSIGs if data is truncated (diff) | |
download | kea-abcd7d97d6caad3c68c4088cc58e8116ba8ae576.tar.xz kea-abcd7d97d6caad3c68c4088cc58e8116ba8ae576.zip |
[2165] Fix answer section count in comment
Diffstat (limited to 'src/lib/dns/tests')
-rw-r--r-- | src/lib/dns/tests/testdata/message_toWire6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/tests/testdata/message_toWire6 b/src/lib/dns/tests/testdata/message_toWire6 index 00185c9d38..996c99c6e3 100644 --- a/src/lib/dns/tests/testdata/message_toWire6 +++ b/src/lib/dns/tests/testdata/message_toWire6 @@ -2,7 +2,7 @@ # A simple DNS query message (with a signed response) # ID = 0x75c1 # QR=1 (response), Opcode=0, AA=1, RD=1 (other fields are 0) -# QDCOUNT=1, ANCOUNT=2, other COUNTS=0 +# QDCOUNT=1, ANCOUNT=4, other COUNTS=0 # Question: test.example.com. IN A # Answer: # test.example.com. 3600 IN A 192.0.2.1 |