mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 02:47:54 -04:00
add #ifdef DLZ
This commit is contained in:
parent
9a785712f1
commit
f49613e8a7
1 changed files with 4 additions and 0 deletions
|
|
@ -991,7 +991,11 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
|
|||
is_poll = ISC_TRUE;
|
||||
goto have_stream;
|
||||
}
|
||||
#ifdef DLZ
|
||||
journalfile = is_dlz ? NULL : dns_zone_getjournal(zone);
|
||||
#else
|
||||
journalfile = dns_zone_getjournal(zone);
|
||||
#endif
|
||||
if (journalfile != NULL)
|
||||
result = ixfr_rrstream_create(mctx,
|
||||
journalfile,
|
||||
|
|
|
|||
Loading…
Reference in a new issue