summaryrefslogtreecommitdiff
path: root/usr.bin/host
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-07 06:21:58 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-07 06:21:58 +0000
commitfe18bfce4b0b2f6c39ee1fc49e22a40d78da9ea8 (patch)
tree8d03f6d932b348beb66de18c0c5e18135ceb6db3 /usr.bin/host
parent7756c6b9ecb98ee5c35d9c7ce4e407a13323b9b0 (diff)
downloadsrc-test-fe18bfce4b0b2f6c39ee1fc49e22a40d78da9ea8.tar.gz
src-test-fe18bfce4b0b2f6c39ee1fc49e22a40d78da9ea8.zip
Merge bind-4.9.3-rel stuff ont main line...
Notes
Notes: svn path=/head/; revision=13303
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 d43823c3e4bcb..f417a3c79e96c 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)