From fd06dcf5fc5ee2ab7e806e56ee78771acf3801d1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 21 Aug 2012 16:45:59 +1000 Subject: [PATCH] 3368. [bug] and where not C++ safe. --- CHANGES | 2 ++ lib/dns/include/dns/iptable.h | 2 ++ lib/dns/include/dns/zone.h | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 618d6748fa0..b2f294f1ea2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3368. [bug] and where not C++ safe. + 3367. [bug] dns_dnsseckey_create() result was not being checked. [RT #30685] diff --git a/lib/dns/include/dns/iptable.h b/lib/dns/include/dns/iptable.h index d7eb140dc05..6662ecb8664 100644 --- a/lib/dns/include/dns/iptable.h +++ b/lib/dns/include/dns/iptable.h @@ -23,6 +23,8 @@ #include #include +#include + struct dns_iptable { unsigned int magic; isc_mem_t *mctx; diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index cdafc19f2ba..005c7fea0b7 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -1797,7 +1797,7 @@ dns_zone_setsignatures(dns_zone_t *zone, isc_uint32_t signatures); isc_result_t dns_zone_signwithkey(dns_zone_t *zone, dns_secalg_t algorithm, - isc_uint16_t keyid, isc_boolean_t delete); + isc_uint16_t keyid, isc_boolean_t deleteit); /*%< * Initiate/resume signing of the entire zone with the zone DNSKEY(s) * that match the given algorithm and keyid. -- 2.47.3