mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 01:10:05 -04:00
unknown family is now a error
This commit is contained in:
parent
5e137ea841
commit
61299de7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
|
|||
0x00, 0x08, 0x00, 0x04,
|
||||
0x00, 0x00, 0x00, 0x00
|
||||
},
|
||||
8, ISC_TRUE
|
||||
8, ISC_FALSE
|
||||
},
|
||||
{
|
||||
/* Option code family 1 (ipv4), source 0, scope 0 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue