From 1637721ee9ea7989bb7676e99c971338d82c9b16 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 9 Feb 2023 12:16:46 +0000 Subject: [PATCH] Remove another remnant of bitstring labels A comment referred to the mysterious label type 01000001 --- lib/dns/include/dns/name.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index 9123910443..359f8a08d7 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -663,8 +663,7 @@ dns_name_fromregion(dns_name_t *name, const isc_region_t *r); * so far converted. A maximum of 255 bytes is converted. * * Requires: - * \li The data in 'r' is a sequence of one or more type 00 or type 01000001 - * labels. + * \li The data in 'r' is a sequence of one or more type 00 labels. */ void