]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 17 Jul 2000 19:45:09 +0000 (19:45 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 17 Jul 2000 19:45:09 +0000 (19:45 +0000)
 337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
                        on the command line.

CHANGES
bin/dig/dighost.c

diff --git a/CHANGES b/CHANGES
index 61fa87a6f2477b2c8d59dd1caf0073faa0f55131..d22b494364dbc98c6dbbd28af9eea91343208712 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 
+ 337.  [bug]           "dig" did not recognize "nsap-ptr" as an RR type
+                       on the command line.
+
  336.  [bug]           "dig -f" used 64 k of memory for each line in
                        the file.  It now uses much less, though still
                        proportionally to the file size.
index b523997deb1c03382effac7639112691241c03c1..158e4bf1690d311e7934f30dce24b9e60e11f1ed 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: dighost.c,v 1.58.2.6 2000/07/17 19:40:51 gson Exp $ */
+/* $Id: dighost.c,v 1.58.2.7 2000/07/17 19:45:09 gson Exp $ */
 
 /*
  * Notice to programmers:  Do not use this code as an example of how to
@@ -214,7 +214,7 @@ istype(char *text) {
                                  "wks", "ptr", "hinfo", "minfo",
                                  "mx", "txt", "rp", "afsdb",
                                  "x25", "isdn", "rt", "nsap",
-                                 "nsap_ptr", "sig", "key", "px",
+                                 "nsap-ptr", "sig", "key", "px",
                                  "gpos", "aaaa", "loc", "nxt",
                                  "srv", "naptr", "kx", "cert",
                                  "a6", "dname", "opt", "unspec",