From: Tinderbox User Date: Wed, 15 Jan 2014 23:45:12 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.6-ESV-R11rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e2a3023690a0ed930a1410fea541aff347b0e8;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/dns/rdata/generic/rrsig_46.c b/lib/dns/rdata/generic/rrsig_46.c index 9b9ee802a9c..a65fed294af 100644 --- a/lib/dns/rdata/generic/rrsig_46.c +++ b/lib/dns/rdata/generic/rrsig_46.c @@ -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);