mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:50:54 -04:00
Merge branch '3737-fix-initialisation-of-local-in-isdotlocal-in-dig' into 'main'
Resolve "fix initialisation of local. in isdotlocal in dig" Closes #3737 See merge request isc-projects/bind9!7213
This commit is contained in:
commit
282d4ea645
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ short_answer(dns_message_t *msg, dns_messagetextflag_t flags, isc_buffer_t *buf,
|
|||
static bool
|
||||
isdotlocal(dns_message_t *msg) {
|
||||
isc_result_t result;
|
||||
static unsigned char local_ndata[] = { "\005local\0" };
|
||||
static unsigned char local_ndata[] = { "\005local" };
|
||||
static unsigned char local_offsets[] = { 0, 6 };
|
||||
static dns_name_t local = DNS_NAME_INITABSOLUTE(local_ndata,
|
||||
local_offsets);
|
||||
|
|
|
|||
Loading…
Reference in a new issue