mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
the root name is an absolute name
This commit is contained in:
@@ -141,7 +141,7 @@ static unsigned char maptolower[] = {
|
|||||||
|
|
||||||
static struct dns_name root = {
|
static struct dns_name root = {
|
||||||
NAME_MAGIC,
|
NAME_MAGIC,
|
||||||
(unsigned char *)"", 1, 1, 0, NULL,
|
(unsigned char *)"", 1, 1, DNS_NAMEATTR_ABSOLUTE, NULL,
|
||||||
{(void *)-1, (void *)-1},
|
{(void *)-1, (void *)-1},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user