Skip to content
GitLab
Projects
Groups
Snippets
/
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
33170a4b
Commit
33170a4b
authored
Oct 31, 2007
by
Mark Andrews
Browse files
2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
[RT #17241]
parent
fd368cec
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
33170a4b
2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
[RT #17241]
2257. [bug] win32: Use the full path to vcredist_x86.exe when
calling it. [RT #17222]
...
...
lib/dns/xfrin.c
View file @
33170a4b
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: xfrin.c,v 1.15
3
2007/
06/18 23:47:42 tbox
Exp $ */
/* $Id: xfrin.c,v 1.15
4
2007/
10/31 01:56:47 marka
Exp $ */
/*! \file */
...
...
@@ -1059,6 +1059,7 @@ xfrin_send_request(dns_xfrin_ctx_t *xfr) {
xfr
->
checkid
=
ISC_TRUE
;
xfr
->
id
++
;
xfr
->
nmsg
=
0
;
msg
->
id
=
xfr
->
id
;
CHECK
(
render
(
msg
,
xfr
->
mctx
,
&
xfr
->
qbuffer
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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