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
61cfadb5
Commit
61cfadb5
authored
Mar 16, 2014
by
Mark Andrews
Browse files
3788. [bug] dns_peer_getrequestsit was returning request_nsid by
mistake.
parent
03296893
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
61cfadb5
3788. [bug] dns_peer_getrequestsit was returning request_nsid by
mistake.
--- 9.10.0b2 released ---
3787. [bug] The code that checks whether "auto-dnssec" is
...
...
lib/dns/peer.c
View file @
61cfadb5
...
...
@@ -468,7 +468,7 @@ dns_peer_getrequestsit(dns_peer_t *peer, isc_boolean_t *retval) {
REQUIRE
(
retval
!=
NULL
);
if
(
DNS_BIT_CHECK
(
REQUEST_SIT_BIT
,
&
peer
->
bitflags
))
{
*
retval
=
peer
->
request_
n
si
d
;
*
retval
=
peer
->
request_si
t
;
return
(
ISC_R_SUCCESS
);
}
else
return
(
ISC_R_NOTFOUND
);
...
...
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