2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +00:00

[#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
This commit is contained in:
Thomas Markwalder
2019-05-15 09:39:26 -04:00
parent 787b8c0368
commit 1c779d3b51
4 changed files with 15 additions and 3 deletions

View File

@@ -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 */