mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
remove 'target' parameter from dns_name_concatenate()
the target buffer passed to dns_name_concatenate() was never used (except for one place in dig, where it wasn't actually needed, and has already been removed in a prior commit). we can safely remove the parameter.
This commit is contained in:
@@ -432,7 +432,7 @@ make_key(const dns_rrl_t *rrl, dns_rrl_key_t *key,
|
||||
*/
|
||||
wild = dns_fixedname_initname(&fixed);
|
||||
result = dns_name_concatenate(dns_wildcardname, origin,
|
||||
wild, NULL);
|
||||
wild);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
/*
|
||||
* Fallback to use the zone's origin name
|
||||
|
Reference in New Issue
Block a user