mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
make this build, ooops
This commit is contained in:
parent
f92381fe0f
commit
1d11db66fa
1 changed files with 3 additions and 0 deletions
|
|
@ -750,6 +750,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
|
|||
{
|
||||
isc_region_t r;
|
||||
unsigned int count;
|
||||
unsigned int rdatalen;
|
||||
dns_name_t *name;
|
||||
dns_name_t *name2;
|
||||
dns_rdataset_t *rdataset;
|
||||
|
|
@ -835,6 +836,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
|
|||
*
|
||||
* This sucks. XXXMLG stop point, code below probably wrong.
|
||||
*/
|
||||
#if 0
|
||||
if (result != DNS_R_SUCCESS) {
|
||||
rdataset = newrdataset(msg);
|
||||
if (rdataset == NULL)
|
||||
|
|
@ -843,6 +845,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
|
|||
ISC_LIST_APPEND(section, rdataset,
|
||||
|
||||
return (DNS_R_FORMERR);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Allocate a new rdatalist, rdata.
|
||||
|
|
|
|||
Loading…
Reference in a new issue