mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
update copyright notice / whitespace
This commit is contained in:
parent
d6357f09aa
commit
0a3a65e3cc
@ -2638,13 +2638,13 @@ dns_name_isdnssd(const dns_name_t *name) {
|
||||
}
|
||||
|
||||
#define NS_NAME_INIT(A,B) \
|
||||
{ \
|
||||
DNS_NAME_MAGIC, \
|
||||
A, sizeof(A), sizeof(B), \
|
||||
DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \
|
||||
B, NULL, { (void *)-1, (void *)-1}, \
|
||||
{NULL, NULL} \
|
||||
}
|
||||
{ \
|
||||
DNS_NAME_MAGIC, \
|
||||
A, sizeof(A), sizeof(B), \
|
||||
DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \
|
||||
B, NULL, { (void *)-1, (void *)-1}, \
|
||||
{NULL, NULL} \
|
||||
}
|
||||
|
||||
static unsigned char inaddr10_offsets[] = { 0, 3, 11, 16 };
|
||||
static unsigned char inaddr172_offsets[] = { 0, 3, 7, 15, 20 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user