diff options
Diffstat (limited to 'print-tftp.c')
-rw-r--r-- | print-tftp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/print-tftp.c b/print-tftp.c index 0caff4284323..84cde3969d08 100644 --- a/print-tftp.c +++ b/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) |