mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:32:11 -04:00
add ISC_R_NOPERM to dlz_minimal.h
This commit is contained in:
parent
c4352fb17e
commit
36794606b8
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ typedef uint32_t dns_ttl_t;
|
|||
/* result codes */
|
||||
#define ISC_R_SUCCESS 0
|
||||
#define ISC_R_NOMEMORY 1
|
||||
#define ISC_R_NOPERM 6
|
||||
#define ISC_R_NOTFOUND 23
|
||||
#define ISC_R_FAILURE 25
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue