2
0
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:
Tinderbox User
2014-01-15 23:46:24 +00:00
parent 636c2f488c
commit b269de36be

View File

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