2
0
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:
Tinderbox User 2016-08-25 23:45:37 +00:00
parent 92ea8326d8
commit fba207e51a
3 changed files with 5 additions and 5 deletions

View File

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

View File

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