mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:20:01 -04:00
use correct type, not int
This commit is contained in:
parent
5d4660ccb5
commit
c0a8689438
1 changed files with 2 additions and 1 deletions
|
|
@ -1085,7 +1085,8 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
|
|||
* response.
|
||||
* Its class is ignored.
|
||||
*/
|
||||
int tkeysection;
|
||||
dns_section_t tkeysection;
|
||||
|
||||
if ((msg->flags & DNS_MESSAGEFLAG_QR) == 0)
|
||||
tkeysection = DNS_SECTION_ADDITIONAL;
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue