]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add ISC_R_NOPERM to dlz_minimal.h
authorEvan Hunt <each@isc.org>
Fri, 28 Oct 2011 01:28:58 +0000 (01:28 +0000)
committerEvan Hunt <each@isc.org>
Fri, 28 Oct 2011 01:28:58 +0000 (01:28 +0000)
contrib/dlz/example/dlz_minimal.h

index a1fc7952d5672a0aaa6c84e11f644d0456d3059e..bfad3b2ad0bab0623d3fd2c459854f11fdfb9214 100644 (file)
@@ -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