summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/print-tftp.c')
-rw-r--r--contrib/tcpdump/print-tftp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/tcpdump/print-tftp.c b/contrib/tcpdump/print-tftp.c
index 0caff42..84cde39 100644
--- a/contrib/tcpdump/print-tftp.c
+++ b/contrib/tcpdump/print-tftp.c
@@ -99,15 +99,7 @@ tftp_print(register const u_char *bp, u_int length)
case RRQ:
case WRQ:
case OACK:
- /*
- * XXX Not all arpa/tftp.h's specify th_stuff as any
- * array; use address of th_block instead
- */
-#ifdef notdef
p = (u_char *)tp->th_stuff;
-#else
- p = (u_char *)&tp->th_block;
-#endif
putchar(' ');
/* Print filename or first option */
if (opcode != OACK)
OpenPOWER on IntegriCloud