aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b
diff options
context:
space:
mode:
authorHellmuth Michaelis <hm@FreeBSD.org>2001-01-23 10:01:55 +0000
committerHellmuth Michaelis <hm@FreeBSD.org>2001-01-23 10:01:55 +0000
commit74acef9ae7a232a46075887f39f24b35c7ffbeba (patch)
treea94e710f0ab19d4e0d8998bd89535d6d1dd4a6e7 /sys/i4b
parent2f74661cc7eb38e4c8723dc193a966bdeee83036 (diff)
Notes
Diffstat (limited to 'sys/i4b')
-rw-r--r--sys/i4b/driver/i4b_ispppsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/driver/i4b_ispppsubr.c b/sys/i4b/driver/i4b_ispppsubr.c
index 52f9e4e043f26..3f1cd7fc3c1d5 100644
--- a/sys/i4b/driver/i4b_ispppsubr.c
+++ b/sys/i4b/driver/i4b_ispppsubr.c
@@ -569,9 +569,9 @@ isppp_input(struct ifnet *ifp, struct mbuf *m)
case PPP_VJ_UCOMP:
if (sp->state[IDX_IPCP] == STATE_OPENED) {
u_char *iphdr;
- int hlen, vjlen;
+ int hlen;
- if ((vjlen = sl_uncompress_tcp_core(m->m_data,
+ if ((sl_uncompress_tcp_core(m->m_data,
m->m_len, m->m_len, TYPE_UNCOMPRESSED_TCP,
&sp->pp_comp, &iphdr, &hlen)) != 0)
goto drop;