2
0
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:
David Lawrence
1999-02-10 19:32:48 +00:00
parent cd9999a958
commit c1bb41fa73

View File

@@ -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}
};