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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user