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
21094b43
Commit
21094b43
authored
Oct 21, 2004
by
Mark Andrews
Browse files
1749. [bug] 'check-names response ignore;' failed to ignore.
[RT #12866]
parent
81e6a584
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
21094b43
...
...
@@ -3,7 +3,8 @@
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
[RT #12864]
1749. [placeholder] rt12866
1749. [bug] 'check-names response ignore;' failed to ignore.
[RT #12866]
1748. [func] dig now returns the byte count for axfr/ixfr.
...
...
lib/dns/resolver.c
View file @
21094b43
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.29
5
2004/
09/16 02:10
:4
2
marka Exp $ */
/* $Id: resolver.c,v 1.29
6
2004/
10/21 01:53
:4
4
marka Exp $ */
#include
<config.h>
...
...
@@ -5251,7 +5251,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
domainbuf
,
namebuf
,
typebuf
,
classbuf
,
addrbuf
);
}
if
((
fctx
->
res
->
options
|
DNS_RESOLVER_CHECKNAMES
)
!=
0
)
if
((
fctx
->
res
->
options
&
DNS_RESOLVER_CHECKNAMES
)
!=
0
)
checknames
(
message
);
/*
...
...
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