From 429a56d73c0f9f2edf400fd6313850a3ce4fd809 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 19 Jan 2022 20:13:19 +0100 Subject: [#189] ISC address updated --- omapip/array.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'omapip/array.c') diff --git a/omapip/array.c b/omapip/array.c index 37ac6f8d..83d7cf30 100644 --- a/omapip/array.c +++ b/omapip/array.c @@ -19,8 +19,8 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Internet Systems Consortium, Inc. - * 950 Charter Street - * Redwood City, CA 94063 + * PO Box 360 + * Newmarket, NH 03857 USA * * https://www.isc.org/ * -- cgit v1.2.1 From f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 19 Jan 2022 20:14:16 +0100 Subject: [#189] Whitespace fixes in opened files --- omapip/array.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'omapip/array.c') diff --git a/omapip/array.c b/omapip/array.c index 83d7cf30..760b80ee 100644 --- a/omapip/array.c +++ b/omapip/array.c @@ -122,7 +122,7 @@ isc_result_t omapi_array_set (omapi_array_t *array, void *ptr, int index, if (array -> data [index]) { status = ((*array -> deref) (&array -> data [index], file, line)); - + if (status != ISC_R_SUCCESS) return status; } @@ -153,4 +153,3 @@ isc_result_t omapi_array_lookup (char **ptr, omapi_array_t *array, int index, array -> data [index], file, line); return ISC_R_NOTFOUND; } - -- cgit v1.2.1 From 49a7fb582dc7af0f7d25e28878001e9e8fea8979 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Tue, 25 Jan 2022 16:24:16 +0100 Subject: copy rights update --- omapip/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omapip/array.c') diff --git a/omapip/array.c b/omapip/array.c index 760b80ee..600d7835 100644 --- a/omapip/array.c +++ b/omapip/array.c @@ -3,7 +3,7 @@ Subroutines that support the omapi extensible array type. */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2001-2003 by Internet Software Consortium * * This Source Code Form is subject to the terms of the Mozilla Public -- cgit v1.2.1