From c514db8e98ce5c1b032bdf0788f1147a12e5e9ca Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 28 Nov 2000 23:44:13 +0000 Subject: [PATCH] Oops, fix ISC_R_NRESULTS. --- includes/isc/result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/isc/result.h b/includes/isc/result.h index bda0da91..dc940345 100644 --- a/includes/isc/result.h +++ b/includes/isc/result.h @@ -89,7 +89,7 @@ ISC_LANG_BEGINDECLS #define ISC_R_BADKEY 61 #define ISC_R_BADTIME 62 -#define ISC_R_NRESULTS 62 /* Number of results */ +#define ISC_R_NRESULTS 63 /* Number of results */ const char * isc_result_totext(isc_result_t); isc_result_t isc_result_register(unsigned int base,