]> 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:10:55 +0000 (17:10 +0000)
committerEvan Hunt <each@isc.org>
Tue, 19 Feb 2008 17:10:55 +0000 (17:10 +0000)
the function header.

lib/dns/validator.c

index 3de7b7252437f8305527450186b13e2226e7a1fc..a32892f3b7d621c278ac06b91d86825615fce80f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.91.2.5.8.39 2008/02/18 23:08:27 marka Exp $ */
+/* $Id: validator.c,v 1.91.2.5.8.40 2008/02/19 17:10:55 each Exp $ */
 
 #include <config.h>
 
@@ -2456,7 +2456,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;