mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
developer: bwelling
reviewed: marka 1369. [bug] Adding an NS record as the lexicographically last record in a secure zone didn't work.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
1369. [bug] Adding an NS record as the lexicographically last
|
||||||
|
record in a secure zone didn't work.
|
||||||
|
|
||||||
1368. [func] remove support for bitstring labels.
|
1368. [func] remove support for bitstring labels.
|
||||||
|
|
||||||
1367. [func] Use response times to select forwarders.
|
1367. [func] Use response times to select forwarders.
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: update.c,v 1.100 2002/06/12 06:29:43 marka Exp $ */
|
/* $Id: update.c,v 1.101 2002/08/29 05:40:07 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1294,6 +1294,8 @@ namelist_append_subdomain(dns_db_t *db, dns_name_t *name, dns_diff_t *affected)
|
|||||||
break;
|
break;
|
||||||
CHECK(namelist_append_name(affected, child));
|
CHECK(namelist_append_name(affected, child));
|
||||||
}
|
}
|
||||||
|
if (result == ISC_R_NOMORE)
|
||||||
|
result = ISC_R_SUCCESS;
|
||||||
failure:
|
failure:
|
||||||
if (dbit != NULL)
|
if (dbit != NULL)
|
||||||
dns_dbiterator_destroy(&dbit);
|
dns_dbiterator_destroy(&dbit);
|
||||||
|
Reference in New Issue
Block a user