]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix build error: parameter type was changed in the prototype but not in
authorEvan Hunt <each@isc.org>
Tue, 19 Feb 2008 17:07:55 +0000 (17:07 +0000)
committerEvan Hunt <each@isc.org>
Tue, 19 Feb 2008 17:07:55 +0000 (17:07 +0000)
the function header.

lib/dns/validator.c

index 315ee354515feec9209972be85020dc028b6b626..3bbf0a12f44322f17a210b03a8fcb404af1b136c 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.159 2008/02/18 23:06:54 marka Exp $ */
+/* $Id: validator.c,v 1.160 2008/02/19 17:07:55 each Exp $ */
 
 #include <config.h>
 
@@ -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;