mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
print-telnet: variable 'length' is updated and the new value is never used
This commit is contained in:
parent
08520c3bde
commit
6ffa10954f
@ -484,7 +484,6 @@ telnet_parse(const u_char *sp, u_int length, int print)
|
||||
if (print)
|
||||
(void)printf(" SE");
|
||||
sp += 2;
|
||||
length -= 2;
|
||||
break;
|
||||
default:
|
||||
if (print)
|
||||
|
Loading…
Reference in New Issue
Block a user