From 1c779d3b51f3ab9031b30d370ec398e1b5819137 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Wed, 15 May 2019 09:39:26 -0400 Subject: [#16,!9] Added missing NSUPDATE compilation logic Added a release note. client/dhclient.c Only include dhclient_ddns_cb_free() if NSUPDATE is defined includes/omapip/isclib.* Only inlucde isc_result_t dns_client_init() if NSUPDATE is defined --- includes/omapip/isclib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/omapip/isclib.h b/includes/omapip/isclib.h index 538b927f..7c807863 100644 --- a/includes/omapip/isclib.h +++ b/includes/omapip/isclib.h @@ -3,7 +3,7 @@ connections to the isc and dns libraries */ /* - * Copyright (c) 2009-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2009-2019 by 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 @@ -141,6 +141,8 @@ void isclib_cleanup(void); void dhcp_signal_handler(int signal); extern int shutdown_signal; +#if defined (NSUPDATE) isc_result_t dns_client_init(); +#endif #endif /* ISCLIB_H */ -- cgit v1.2.1