diff --git a/CHANGES b/CHANGES index ac5a11ed1d..f9e54bb0ff 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 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. diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index d7dbebd0a1..61b194aaec 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nslookup.c,v 1.34 2000/08/09 18:35:40 gson Exp $ */ +/* $Id: nslookup.c,v 1.35 2000/08/15 18:44:05 gson Exp $ */ #include @@ -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 */