mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
typo caused wrong file to be used as journal file for outgoing ixfr
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -891,7 +891,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype)
|
|||||||
goto have_stream;
|
goto have_stream;
|
||||||
}
|
}
|
||||||
result = ixfr_rrstream_create(mctx,
|
result = ixfr_rrstream_create(mctx,
|
||||||
dns_zone_getdatabase(zone),
|
dns_zone_getixfrlog(zone),
|
||||||
begin_serial,
|
begin_serial,
|
||||||
current_serial,
|
current_serial,
|
||||||
&data_stream);
|
&data_stream);
|
||||||
@@ -905,7 +905,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype)
|
|||||||
} else {
|
} else {
|
||||||
axfr_fallback:
|
axfr_fallback:
|
||||||
CHECK(axfr_rrstream_create(mctx, db, ver,
|
CHECK(axfr_rrstream_create(mctx, db, ver,
|
||||||
&data_stream));
|
&data_stream));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bracket the the data stream with SOAs. */
|
/* Bracket the the data stream with SOAs. */
|
||||||
|
Reference in New Issue
Block a user