summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-01-23 10:01:55 +0000
committerhm <hm@FreeBSD.org>2001-01-23 10:01:55 +0000
commitec62944a0b327431b3cd2c55b9f9345dfe82ab9e (patch)
treeef43cebb870f44f0306fd0bb24e2696047511270 /sys/i4b/driver
parent5e4cf5aee9411adb5735ad8a9deb6b141e22cd4c (diff)
downloadFreeBSD-src-ec62944a0b327431b3cd2c55b9f9345dfe82ab9e.zip
FreeBSD-src-ec62944a0b327431b3cd2c55b9f9345dfe82ab9e.tar.gz
Remove useless variable vjlen.
Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
Diffstat (limited to 'sys/i4b/driver')
-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 52f9e4e..3f1cd7f 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;
OpenPOWER on IntegriCloud