summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-11-28 23:44:13 +0000
committerTed Lemon <source@isc.org>2000-11-28 23:44:13 +0000
commitc514db8e98ce5c1b032bdf0788f1147a12e5e9ca (patch)
treed7f93dc5da0096a7c98f376105ef2567225b8e50
parent6e0f9707d85352c107d7b1963cd1fd0b51a9fb63 (diff)
downloadisc-dhcp-c514db8e98ce5c1b032bdf0788f1147a12e5e9ca.tar.gz
Oops, fix ISC_R_NRESULTS.
-rw-r--r--includes/isc/result.h2
1 files changed, 1 insertions, 1 deletions
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,