update copyright notice / whitespace
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user