summaryrefslogtreecommitdiffstats
path: root/usr.bin/host
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-07 06:21:58 +0000
committerpeter <peter@FreeBSD.org>1996-01-07 06:21:58 +0000
commitcd223e7db6b0414c4da3e98d230bc6cefeabb98b (patch)
tree8d03f6d932b348beb66de18c0c5e18135ceb6db3 /usr.bin/host
parent46b2eb17c93175d7674fcb95f7d33e84cc5f78a7 (diff)
downloadFreeBSD-src-cd223e7db6b0414c4da3e98d230bc6cefeabb98b.zip
FreeBSD-src-cd223e7db6b0414c4da3e98d230bc6cefeabb98b.tar.gz
Merge bind-4.9.3-rel stuff ont main line...
Diffstat (limited to 'usr.bin/host')
-rw-r--r--usr.bin/host/host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/host/host.c b/usr.bin/host/host.c
index d43823c..f417a3c 100644
--- a/usr.bin/host/host.c
+++ b/usr.bin/host/host.c
@@ -67,7 +67,7 @@ char copyright[] =
*/
#ifndef lint
-static char rcsid[] = "$Id: host.c,v 1.4 1995/08/20 22:32:57 peter Exp $";
+static char rcsid[] = "$Id: host.c,v 1.5 1995/10/23 16:07:56 peter Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -813,7 +813,7 @@ pr_rr(cp, msg, file, filter)
case T_AFSDB:
case T_RT:
if (doprint)
- if (type == T_MX)
+ if (type == T_MX && !verbose)
fprintf(file," (pri=%d) by ", _getshort(cp));
else
if (verbose)
OpenPOWER on IntegriCloud