Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
bbc868cc
Commit
bbc868cc
authored
Apr 29, 2013
by
Mark Andrews
Browse files
undo conditional compile
parent
f49613e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/xfrout.c
View file @
bbc868cc
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment