mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Remove unused support for fromwire(DNS_NAME_DOWNCASE)
Most of this change is fixing dns_rdata_fromwire() so it does not propagate the unused options variable.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#define TOTEXTTYPE "rdata->type"
|
||||
#define TOTEXTDEF "use_default = true"
|
||||
|
||||
#define FROMWIREARGS "rdclass, type, source, dctx, options, target"
|
||||
#define FROMWIREARGS "rdclass, type, source, dctx, target"
|
||||
#define FROMWIRECLASS "rdclass"
|
||||
#define FROMWIRETYPE "type"
|
||||
#define FROMWIREDEF "use_default = true"
|
||||
|
Reference in New Issue
Block a user