]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Mon, 26 Dec 2016 23:46:20 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 26 Dec 2016 23:46:20 +0000 (23:46 +0000)
bin/tests/system/checkconf/bad-catz-zone.conf
bin/tests/system/checkconf/bad-rpz-zone.conf
lib/dns/client.c

index 1d9f128d4c59790de3ebb8932ee0dede48630572..710f4fcae079c419cd35f666a5899aebf38a6fe6 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        catalog-zones {
                zone "nonexistent";
index 2b9399d05ff443a8f8e70d3a1404610f2c3b09ad..07ed2a7887b60f4c5a171ca8e43649436b0f8aa4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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/.
+ */
+
 options {
        response-policy {
                zone "nonexistent";
index d91862c43c1815ac09ea5dd6c03e7bc2b382d930..98e80955a021eaf87fa46e7c9611c8a76cfe3cc5 100644 (file)
@@ -2868,7 +2868,7 @@ dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass,
        runinevent = isc_event_allocate(client->mctx, client->task,
                                        DNS_EVENT_RUNIN, runintask,
                                        uctx, sizeof(*runinevent));
-       if (runinevent == NULL) { 
+       if (runinevent == NULL) {
                dns_view_detach(&view);
                isc_mem_put(client->mctx, uctx, sizeof(*uctx));
                return (ISC_R_NOMEMORY);