From c1bb41fa730c1ace908dadb7f808b279a0ae58ab Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 10 Feb 1999 19:32:48 +0000 Subject: [PATCH] the root name is an absolute name --- lib/dns/name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/name.c b/lib/dns/name.c index 054fe6b529..549a45d613 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -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} };