update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2016-12-13 23:47:43 +00:00
parent bc2510a6a5
commit 8852646542
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
; 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
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
@ 0 SOA ns1 . 0 0 0 0 0
@ 0 NS ns1
ns1 0 A 10.53.0.1

View File

@@ -1,3 +1,9 @@
; 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
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
@ 0 SOA ns2 . 0 0 0 0 0
@ 0 NS ns2
ns2 0 A 10.53.0.2

View File

@@ -158,7 +158,7 @@ main(int argc, char *argv[]) {
port = isc_commandline_argument;
break;
case 'r':
if (nsa_recursive <
if (nsa_recursive <
sizeof(sa_recursive)/sizeof(*sa_recursive) &&
addserver(isc_commandline_argument, &rec_servers,
&sa_recursive[nsa_recursive]))