summaryrefslogtreecommitdiff
path: root/server/omapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/omapi.c')
-rw-r--r--server/omapi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/omapi.c b/server/omapi.c
index f7411317..354483ed 100644
--- a/server/omapi.c
+++ b/server/omapi.c
@@ -3,7 +3,7 @@
OMAPI object interfaces for the DHCP server. */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -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
* <info@isc.org>
* https://www.isc.org/
*
@@ -1301,7 +1301,7 @@ isc_result_t dhcp_host_stuff_values (omapi_object_t *c,
status = omapi_connection_copyin (c,
ip_addrs.data, ip_addrs.len);
- if (status != ISC_R_SUCCESS) {
+ if (status != ISC_R_SUCCESS) {
data_string_forget (&ip_addrs, MDL);
return status;
}
@@ -1744,7 +1744,7 @@ isc_result_t dhcp_pool_stuff_values (omapi_object_t *c,
if (status != ISC_R_SUCCESS)
return (status);
- status = omapi_connection_put_named_uint32(c, "backup-leases",
+ status = omapi_connection_put_named_uint32(c, "backup-leases",
((u_int32_t)
pool->backup_leases));
if (status != ISC_R_SUCCESS)