mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
update copyright notice
This commit is contained in:
@@ -116,7 +116,7 @@ fromtext_rrsig(ARGS_FROMTEXT) {
|
||||
char *end;
|
||||
unsigned long u;
|
||||
isc_uint64_t u64;
|
||||
|
||||
|
||||
u64 = u = strtoul(DNS_AS_STR(token), &end, 10);
|
||||
if (u == ULONG_MAX || *end != 0)
|
||||
RETTOK(DNS_R_SYNTAX);
|
||||
|
Reference in New Issue
Block a user