mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:10:00 -04:00
[v9_9] remove unnecessary memcpy
This commit is contained in:
parent
86a4a21099
commit
da54871ef3
1 changed files with 0 additions and 1 deletions
|
|
@ -352,7 +352,6 @@ dns_dnssec_sign(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
|
|||
ret = ISC_R_NOSPACE;
|
||||
goto cleanup_array;
|
||||
}
|
||||
memcpy(sig.signature, r.base, sig.siglen);
|
||||
|
||||
ret = dns_rdata_fromstruct(sigrdata, sig.common.rdclass,
|
||||
sig.common.rdtype, &sig, buffer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue