From 54d79b7ee60c136b490fddfee22ebe52a7e4347d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 19 Feb 2008 17:09:08 +0000 Subject: [PATCH] Fix build error: parameter type was changed in the prototype but not in the function header. --- lib/dns/validator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/validator.c b/lib/dns/validator.c index fb8111dae4..7fea6a3798 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.c,v 1.155.52.4 2008/02/18 23:09:31 marka Exp $ */ +/* $Id: validator.c,v 1.155.52.5 2008/02/19 17:09:08 each Exp $ */ #include @@ -2498,7 +2498,7 @@ finddlvsep(dns_validator_t *val, isc_boolean_t resume) { * \li DNS_R_NOTINSECURE */ static isc_result_t -proveunsecure(dns_validator_t *val, isc_result_t have_ds, isc_boolean_t resume) +proveunsecure(dns_validator_t *val, isc_boolean_t have_ds, isc_boolean_t resume) { isc_result_t result; dns_fixedname_t fixedsecroot;