]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Oops, fix ISC_R_NRESULTS.
authorTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:44:13 +0000 (23:44 +0000)
committerTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:44:13 +0000 (23:44 +0000)
includes/isc/result.h

index bda0da91daa3a839d4a4e4f7e9afcf450e101dd2..dc940345002c41fa7b1eb57203e21d2462f0d9d1 100644 (file)
@@ -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,