mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:22:05 -04:00
Drop support for the HS class
HS (Hesiod) class is no longer supported and is treated same as any other unknown class.
This commit is contained in:
parent
68d5896258
commit
04da917e35
1 changed files with 0 additions and 2 deletions
|
|
@ -2123,8 +2123,6 @@ ns_client_request(isc_nmhandle_t *handle, isc_result_t eresult,
|
|||
break;
|
||||
case dns_rdataclass_chaos:
|
||||
break;
|
||||
case dns_rdataclass_hs:
|
||||
break;
|
||||
case dns_rdataclass_none:
|
||||
if (client->message->opcode != dns_opcode_update) {
|
||||
ns_client_dumpmessage(client,
|
||||
|
|
|
|||
Loading…
Reference in a new issue