Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
93f42929
Commit
93f42929
authored
Mar 14, 2005
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1791. [bug] 'host -t a' still printed out AAAA and MX records.
[RT #13230]
parent
989d7b84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGES
CHANGES
+2
-1
bin/dig/host.c
bin/dig/host.c
+3
-1
No files found.
CHANGES
View file @
93f42929
...
...
@@ -72,7 +72,8 @@
1792. [func] New zone option "notify-delay". Specify a minimum
delay between sets of NOTIFY messages.
1791. [placeholder] rt13230
1791. [bug] 'host -t a' still printed out AAAA and MX records.
[RT #13230]
1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
allow parallel make to succeed.
...
...
bin/dig/host.c
View file @
93f42929
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: host.c,v 1.
99
200
4/11
/1
0
2
2:04:25
marka Exp $ */
/* $Id: host.c,v 1.
100
200
5/03
/1
4
2
3:36:04
marka Exp $ */
#include <config.h>
#include <limits.h>
...
...
@@ -580,6 +580,7 @@ pre_parse_args(int argc, char **argv) {
}
}
isc_commandline_reset
=
ISC_TRUE
;
isc_commandline_index
=
1
;
}
static
void
...
...
@@ -648,6 +649,7 @@ parse_args(isc_boolean_t is_batchfile, int argc, char **argv) {
}
else
list_type
=
rdtype
;
list_addresses
=
ISC_FALSE
;
default_lookups
=
ISC_FALSE
;
break
;
case
'c'
:
tr
.
base
=
isc_commandline_argument
;
...
...
Write
Preview
Markdown
is supported
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