summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-02-12 20:08:28 +0000
committerbms <bms@FreeBSD.org>2004-02-12 20:08:28 +0000
commit5212ec56c949779f3dfe272e7af47a4fd486ae39 (patch)
tree6775f22e5a5064047820c596d513c1e9f9ddb694 /sys/netinet/tcp_reass.c
parentc40486fc061f06c335d5fa2e7e00e5819079289f (diff)
downloadFreeBSD-src-5212ec56c949779f3dfe272e7af47a4fd486ae39.zip
FreeBSD-src-5212ec56c949779f3dfe272e7af47a4fd486ae39.tar.gz
Remove an unnecessary initialization that crept in from the code which
verifies TCP-MD5 digests. Noticed by: njl
Diffstat (limited to 'sys/netinet/tcp_reass.c')
-rw-r--r--sys/netinet/tcp_reass.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index 6562368..4a781e1 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.c
@@ -350,8 +350,7 @@ tcp_input(m, off0)
register struct inpcb *inp = NULL;
u_char *optp = NULL;
int optlen = 0;
- int len = 0;
- int tlen, off;
+ int len, tlen, off;
int drop_hdrlen;
register struct tcpcb *tp = 0;
register int thflags;
OpenPOWER on IntegriCloud