summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2022-01-05 05:37:38 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2022-01-05 05:37:38 +0000
commit78c5daff46a5d8889dc2c78b43e6400b3e0f2660 (patch)
tree5fd2d44e82417037317e4df2af2218cbb94161db /usr.sbin/tcpdump
parent12a1a412af509b41c473ea7bd23c9f4da0c041d6 (diff)
more -Wunused-but-set-variable fixes
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/print-lwres.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-lwres.c b/usr.sbin/tcpdump/print-lwres.c
index 441009e3792..81e768c3ba9 100644
--- a/usr.sbin/tcpdump/print-lwres.c
+++ b/usr.sbin/tcpdump/print-lwres.c
@@ -394,12 +394,10 @@ lwres_print(const u_char *bp, u_int length)
*/
lwres_gabnrequest_t *gabn;
lwres_gnbarequest_t *gnba;
- lwres_grbnrequest_t *grbn;
u_int32_t l;
gabn = NULL;
gnba = NULL;
- grbn = NULL;
switch (ntohl(np->opcode)) {
case LWRES_OPCODE_NOOP: