From: Brian Wellington Date: Tue, 15 Aug 2000 19:20:24 +0000 (+0000) Subject: pullup: X-Git-Tag: v9.0.0rc3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdba12ef043baa777c7e056b56a19cf228c7c5a4;p=thirdparty%2Fbind9.git pullup: 395. [bug] nslookup printed incorrect RR type mnemonics for RRs of type >= 21 [RT #237]. --- diff --git a/CHANGES b/CHANGES index 4b3fa3bd4e2..dd748c957ec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 395. [bug] nslookup printed incorrect RR type mnemonics + for RRs of type >= 21 [RT #237]. + 389. [bug] Attempting to send a reqeust over IPv6 using dns_request_create() on a system without IPv6 support caused an assertion failure [RT #235]. diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index dc5e3f39a86..e7653d48f58 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: nslookup.c,v 1.20.2.4 2000/08/07 23:56:33 gson Exp $ */ +/* $Id: nslookup.c,v 1.20.2.5 2000/08/15 19:20:22 bwelling Exp $ */ #include @@ -122,7 +122,7 @@ static const char *rtypetext[] = { "afsdb = ", /* 18 */ "x25 address = ", /* 19 */ "isdn address = ", /* 20 */ - "rt = " /* 21 */ + "rt = ", /* 21 */ "nsap = ", /* 22 */ "nsap_ptr = ", /* 23 */ "signature = ", /* 24 */