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
48bf87ba
Commit
48bf87ba
authored
Apr 29, 2016
by
Mark Andrews
Browse files
4351. [bug] 'dig +noignore' didn't work. [RT #42273]
parent
cf69e3d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
48bf87ba
4351. [bug] 'dig +noignore' didn't work. [RT #42273]
4350. [contrib] Declare result in dlz_filesystem_dynamic.c.
4349. [contrib] kasp2policy: A python script to create a DNSSEC
...
...
bin/dig/dig.c
View file @
48bf87ba
...
...
@@ -1057,9 +1057,11 @@ plus_option(const char *option, isc_boolean_t is_batchfile,
lookup
->
identify
=
state
;
break
;
case
'g'
:
/* ignore */
default:
/* Inherits default for compatibility */
default:
/*
* Inherits default for compatibility (+[no]i*).
*/
FULLCHECK
(
"ignore"
);
lookup
->
ignore
=
ISC_TRUE
;
lookup
->
ignore
=
state
;
}
break
;
case
'k'
:
...
...
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