mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
This commit is contained in:
parent
031f9084fc
commit
e32394a2ac
3
CHANGES
3
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.
|
||||
|
@ -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 <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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user