summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/tcpdump/print-lwres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-lwres.c b/usr.sbin/tcpdump/print-lwres.c
index 600ee7a7cef..24e97420526 100644
--- a/usr.sbin/tcpdump/print-lwres.c
+++ b/usr.sbin/tcpdump/print-lwres.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-lwres.c,v 1.2 2001/03/08 00:36:42 itojun Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-lwres.c,v 1.3 2004/03/15 20:47:46 djm Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -567,7 +567,7 @@ lwres_print(register const u_char *bp, u_int length)
printf(" %s", tok2str(ns_type2str, "Type%d",
ntohs(grbn->rdtype)));
- if (ntohs(grbn->rdclass) != C_IN);
+ if (ntohs(grbn->rdclass) != C_IN)
printf(" %s", tok2str(ns_class2str, "Class%d",
ntohs(grbn->rdclass)));
printf(" TTL ");