mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 14:55:30 +00:00
Oops, fix ISC_R_NRESULTS.
This commit is contained in:
@@ -89,7 +89,7 @@ ISC_LANG_BEGINDECLS
|
|||||||
#define ISC_R_BADKEY 61
|
#define ISC_R_BADKEY 61
|
||||||
#define ISC_R_BADTIME 62
|
#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);
|
const char * isc_result_totext(isc_result_t);
|
||||||
isc_result_t isc_result_register(unsigned int base,
|
isc_result_t isc_result_register(unsigned int base,
|
||||||
|
Reference in New Issue
Block a user