diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-01-23 10:01:55 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-01-23 10:01:55 +0000 |
| commit | 74acef9ae7a232a46075887f39f24b35c7ffbeba (patch) | |
| tree | a94e710f0ab19d4e0d8998bd89535d6d1dd4a6e7 /sys/i4b | |
| parent | 2f74661cc7eb38e4c8723dc193a966bdeee83036 (diff) | |
Notes
Diffstat (limited to 'sys/i4b')
| -rw-r--r-- | sys/i4b/driver/i4b_ispppsubr.c | 4 |
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; |
