521. [bug] Detect master files which contain $INCLUDE and always

reload. [RT #196]

new result code DNS_R_SEENINCLUDE
dns_master_load* can now return DNS_R_SEENINCLUDE
This commit is contained in:
Mark Andrews
2000-10-17 07:22:39 +00:00
parent 0491a31568
commit b20ee662a7
17 changed files with 81 additions and 48 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.c,v 1.42 2000/08/01 01:33:14 tale Exp $ */
/* $Id: t_api.c,v 1.43 2000/10/17 07:22:39 marka Exp $ */
#include <config.h>
@@ -621,6 +621,7 @@ struct dns_errormap {
{ DNS_R_BADDB, "DNS_R_BADDB" },
{ DNS_R_ZONECUT, "DNS_R_ZONECUT" },
{ DNS_R_NOTZONETOP, "DNS_R_NOTZONETOP" },
{ DNS_R_SEENINCLUDE, "DNS_R_SEENINCLUDE" },
{ (isc_result_t)0, NULL }
};