2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

note that active region must be set in dns_rdata_fromwire()

This commit is contained in:
Bob Halley 1999-01-20 02:40:45 +00:00
parent 1c25689ae6
commit 6097a45fec

View File

@ -193,7 +193,8 @@ dns_result_t dns_rdata_fromwire(dns_rdata_t *rdata,
*
* 'class' and 'type' are valid.
*
* 'source' is a valid binary buffer.
* 'source' is a valid binary buffer, and the active region of 'source'
* references the rdata to be processed.
*
* 'target' is a valid binary buffer.
*