mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +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 = {
|
||||
NAME_MAGIC,
|
||||
(unsigned char *)"", 1, 1, 0, NULL,
|
||||
(unsigned char *)"", 1, 1, DNS_NAMEATTR_ABSOLUTE, NULL,
|
||||
{(void *)-1, (void *)-1},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
Reference in New Issue
Block a user