mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Handle EDQUOT and ENOSPC errors
This commit is contained in:
@@ -85,9 +85,11 @@
|
||||
#define ISC_R_WOULDBLOCK 63 /*%< would block */
|
||||
#define ISC_R_COMPLETE 64 /*%< complete */
|
||||
#define ISC_R_CRYPTOFAILURE 65 /*%< cryptography library failure */
|
||||
#define ISC_R_DISCQUOTA 66 /*%< disc quota */
|
||||
#define ISC_R_DISCFULL 67 /*%< disc full */
|
||||
|
||||
/*% Not a result code: the number of results. */
|
||||
#define ISC_R_NRESULTS 66
|
||||
#define ISC_R_NRESULTS 68
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
Reference in New Issue
Block a user