mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
update copyright notice / whitespace
This commit is contained in:
parent
92ea8326d8
commit
fba207e51a
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
4454. [bug] 'rndc dnstap -reopen' had a race issue. [RT #43089]
|
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]
|
RRSIGs. [RT #42865]
|
||||||
|
|
||||||
4452. [bug] The default key manager policy file is now
|
4452. [bug] The default key manager policy file is now
|
||||||
|
@ -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
|
; 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
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -86,8 +86,8 @@ struct dns_dtmsg {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct dns_dthandle {
|
struct dns_dthandle {
|
||||||
dns_dtmode_t mode;
|
dns_dtmode_t mode;
|
||||||
struct fstrm_reader *reader;
|
struct fstrm_reader *reader;
|
||||||
isc_mem_t *mctx;
|
isc_mem_t *mctx;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -328,7 +328,7 @@ dns_dt_reopen(dns_dtenv_t *env, int roll) {
|
|||||||
env->path);
|
env->path);
|
||||||
|
|
||||||
generation++;
|
generation++;
|
||||||
|
|
||||||
if (env->iothr != NULL)
|
if (env->iothr != NULL)
|
||||||
fstrm_iothr_destroy(&env->iothr);
|
fstrm_iothr_destroy(&env->iothr);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user