Skip to content
GitLab
Menu
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
ba5af456
Commit
ba5af456
authored
Apr 10, 2008
by
Mark Andrews
Browse files
fix bad NSID/EDNS interaction [RT #17952]
parent
c73ee3f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/resolver.c
View file @
ba5af456
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.36
7
2008/04/
07 05:32:52
marka Exp $ */
/* $Id: resolver.c,v 1.36
8
2008/04/
10 07:20:11
marka Exp $ */
/*! \file */
...
...
@@ -1600,7 +1600,7 @@ resquery_send(resquery_t *query) {
udpsize
,
reqnsid
);
if
(
reqnsid
&&
result
==
ISC_R_SUCCESS
)
{
query
->
options
|=
DNS_FETCHOPT_WANTNSID
;
}
else
{
}
else
if
(
result
!=
ISC_R_SUCCESS
)
{
/*
* We couldn't add the OPT, but we'll press on.
* We're not using EDNS0, so set the NOEDNS0
...
...
Write
Preview
Supports
Markdown
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