summaryrefslogtreecommitdiff
path: root/contrib/bind/bin
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-05-22 14:27:35 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-05-22 14:27:35 +0000
commit170a094006e7136bcaee52fa490ada2f183615c0 (patch)
treef3903ec15fc4bd8b0ca163c8ac9dabf406a08f47 /contrib/bind/bin
parent9aee5e4673fbb8e8af096e213d870e12b812fb0a (diff)
Notes
Diffstat (limited to 'contrib/bind/bin')
-rw-r--r--contrib/bind/bin/nslookup/getinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/bind/bin/nslookup/getinfo.c b/contrib/bind/bin/nslookup/getinfo.c
index 331d6d5d0e20..a1c593c23786 100644
--- a/contrib/bind/bin/nslookup/getinfo.c
+++ b/contrib/bind/bin/nslookup/getinfo.c
@@ -253,8 +253,7 @@ GetAnswer(nsAddrPtr, queryType, msg, msglen, iquery, hostPtr, isServer,
printf("Non-authoritative answer:\n");
}
- if (queryType != T_A && queryType != T_AAAA && /* A6? */
- !(iquery && queryType == T_PTR)) {
+ if (queryType != T_A && !(iquery && queryType == T_PTR)) {
while (--ancount >= 0 && cp < eom) {
if ((cp = Print_rr(cp, (u_char *)&answer,
eom, stdout)) == NULL) {