2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

the return value of ixfr_apply() was not checked

This commit is contained in:
Andreas Gustafsson
2001-05-10 16:27:14 +00:00
parent 17ed6b7945
commit 344a21e7c7

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: xfrin.c,v 1.116 2001/04/10 23:54:03 marka Exp $ */
/* $Id: xfrin.c,v 1.117 2001/05/10 16:27:14 gson Exp $ */
#include <config.h>
@@ -383,7 +383,7 @@ static isc_result_t
ixfr_commit(dns_xfrin_ctx_t *xfr) {
isc_result_t result;
ixfr_apply(xfr);
CHECK(ixfr_apply(xfr));
if (xfr->ver != NULL) {
/* XXX enter ready-to-commit state here */
if (xfr->ixfr.journal != NULL)