From fba207e51a3c27f2ace7bbc61a4304b7a25f9944 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 25 Aug 2016 23:45:37 +0000 Subject: [PATCH] update copyright notice / whitespace --- CHANGES | 2 +- bin/tests/system/resolver/ns6/ds.example.net.db.in | 2 +- lib/dns/dnstap.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 903e44ebdb..1714f98ffd 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ 4454. [bug] 'rndc dnstap -reopen' had a race issue. [RT #43089] -4453. [bug] Prefetching of DS records failed to update their +4453. [bug] Prefetching of DS records failed to update their RRSIGs. [RT #42865] 4452. [bug] The default key manager policy file is now diff --git a/bin/tests/system/resolver/ns6/ds.example.net.db.in b/bin/tests/system/resolver/ns6/ds.example.net.db.in index 513d070add..902bb49976 100644 --- a/bin/tests/system/resolver/ns6/ds.example.net.db.in +++ b/bin/tests/system/resolver/ns6/ds.example.net.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2010, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/dns/dnstap.c b/lib/dns/dnstap.c index f08e7fbca0..0c841247e4 100644 --- a/lib/dns/dnstap.c +++ b/lib/dns/dnstap.c @@ -86,8 +86,8 @@ struct dns_dtmsg { }; struct dns_dthandle { - dns_dtmode_t mode; - struct fstrm_reader *reader; + dns_dtmode_t mode; + struct fstrm_reader *reader; isc_mem_t *mctx; }; @@ -328,7 +328,7 @@ dns_dt_reopen(dns_dtenv_t *env, int roll) { env->path); generation++; - + if (env->iothr != NULL) fstrm_iothr_destroy(&env->iothr);