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

typo caused wrong file to be used as journal file for outgoing ixfr

This commit is contained in:
Andreas Gustafsson
1999-10-21 00:36:43 +00:00
parent 999ae80184
commit 6f0768d939

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: xfrout.c,v 1.14 1999/10/14 01:36:59 halley Exp $ */
/* $Id: xfrout.c,v 1.15 1999/10/21 00:36:43 gson Exp $ */
#include <config.h>
@@ -891,7 +891,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype)
goto have_stream;
}
result = ixfr_rrstream_create(mctx,
dns_zone_getdatabase(zone),
dns_zone_getixfrlog(zone),
begin_serial,
current_serial,
&data_stream);
@@ -905,7 +905,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype)
} else {
axfr_fallback:
CHECK(axfr_rrstream_create(mctx, db, ver,
&data_stream));
&data_stream));
}
/* Bracket the the data stream with SOAs. */