]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Tue, 15 Aug 2000 19:20:24 +0000 (19:20 +0000)
committerBrian Wellington <source@isc.org>
Tue, 15 Aug 2000 19:20:24 +0000 (19:20 +0000)
 395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].

CHANGES
bin/dig/nslookup.c

diff --git a/CHANGES b/CHANGES
index 4b3fa3bd4e2692302e13cfbacabdd8eaf0483797..dd748c957ecb0b6584664f2b96c714ba9877dba8 100644 (file)
--- 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].
index dc5e3f39a86feb45898a00613f5b770121248a0a..e7653d48f584430c089e9534f189a5e54e9fb972 100644 (file)
@@ -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 <config.h>
 
@@ -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 */