Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
e32394a2
Commit
e32394a2
authored
Aug 15, 2000
by
Andreas Gustafsson
Browse files
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT
#237
].
parent
031f9084
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e32394a2
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
394. [bug] Current name was not propagated via $INCLUDE.
393. [func] Initial answer while loading (awl) support.
...
...
bin/dig/nslookup.c
View file @
e32394a2
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nslookup.c,v 1.3
4
2000/08/
09
18:
35:40
gson Exp $ */
/* $Id: nslookup.c,v 1.3
5
2000/08/
15
18:
44:05
gson Exp $ */
#include <config.h>
...
...
@@ -123,7 +123,7 @@ static const char *rtypetext[] = {
"afsdb = "
,
/* 18 */
"x25 address = "
,
/* 19 */
"isdn address = "
,
/* 20 */
"rt = "
/* 21 */
"rt = "
,
/* 21 */
"nsap = "
,
/* 22 */
"nsap_ptr = "
,
/* 23 */
"signature = "
,
/* 24 */
...
...
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