mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
check for DNS_R_SEENINCLUDE
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dnssec-signzone.c,v 1.136 2001/03/31 02:12:23 bwelling Exp $ */
|
/* $Id: dnssec-signzone.c,v 1.137 2001/05/08 03:20:42 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1337,7 +1337,7 @@ loadzone(char *file, char *origin, dns_rdataclass_t rdclass, dns_db_t **db) {
|
|||||||
check_result(result, "dns_db_create()");
|
check_result(result, "dns_db_create()");
|
||||||
|
|
||||||
result = dns_db_load(*db, file);
|
result = dns_db_load(*db, file);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
|
||||||
fatal("failed loading zone from '%s': %s",
|
fatal("failed loading zone from '%s': %s",
|
||||||
file, isc_result_totext(result));
|
file, isc_result_totext(result));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user