reviewed: marka
1369. [bug] Adding an NS record as the lexicographically last
record in a secure zone didn't work.
+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.
1367. [func] Use response times to select forwarders.
* 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>
break;
CHECK(namelist_append_name(affected, child));
}
+ if (result == ISC_R_NOMORE)
+ result = ISC_R_SUCCESS;
failure:
if (dbit != NULL)
dns_dbiterator_destroy(&dbit);