dns_record_match: drop pretense of HINFO support
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 13 Apr 2021 00:06:16 +0000 (12:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 11 Jun 2021 08:38:34 +0000 (08:38 +0000)
commit51ace4d00106920cfae560d3d4489c5daefdeb79
treee1e5377a3eea39b9e1d03c720fa31660da666135
parent341febfb264c68b2e459e066c0824b38cb6be84a
dns_record_match: drop pretense of HINFO support

We don't support it really, and if we did there is no sense in which
it could be updated, which is the context in which this function is
used.

(modern HINFO returns the constant string "RFC8482". See RFC 8482).

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dns_server/dnsserver_common.c