2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

dns_zone_getdb nor returns DNS_R_NOTLOADED

This commit is contained in:
Mark Andrews
1999-10-14 03:14:15 +00:00
parent 2d06b00514
commit fd5fff738d

View File

@@ -274,7 +274,7 @@ void dns_zone_cleardbargs(dns_zone_t *zone);
dns_result_t dns_zone_getdb(dns_zone_t *zone, dns_db_t **dbp);
/*
* Attach the database to '*dbp' if it exists otherwise
* return DNS_R_NOTFOUND.
* return DNS_R_NOTLOADED.
*
* Require:
* 'zone' to be a valid initalised zone.
@@ -282,7 +282,7 @@ dns_result_t dns_zone_getdb(dns_zone_t *zone, dns_db_t **dbp);
*
* Returns:
* DNS_R_SUCCESS
* DNS_R_NOTFOUND
* DNS_R_NOTLOADED
*/
dns_result_t dns_zone_setdbtype(dns_zone_t *zone, char *db_type);