mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:32:11 -04:00
undo conditional compile
This commit is contained in:
parent
f49613e8a7
commit
bbc868ccbb
1 changed files with 0 additions and 4 deletions
|
|
@ -991,11 +991,7 @@ 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