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

'covers' was not being set when extracting questions from a incoming message,

set covers to zero.
This commit is contained in:
Mark Andrews 1999-12-15 02:25:35 +00:00
parent 5f38a3b14a
commit 8b791b4ee8

View File

@ -894,6 +894,7 @@ getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx)
* the name.
*/
rdatalist->type = rdtype;
rdatalist->covers = 0;
rdatalist->rdclass = rdclass;
rdatalist->ttl = 0;
ISC_LIST_INIT(rdatalist->rdata);