summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index b7ab6ab..b6bee56 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -201,7 +201,6 @@ void sppp_input (struct ifnet *ifp, struct mbuf *m)
struct ifqueue *inq = 0;
int s;
- ifp->if_lastchange = time;
if (ifp->if_flags & IFF_UP)
/* Count received bytes, add FCS and one flag */
ifp->if_ibytes += m->m_pkthdr.len + 3;
@@ -470,7 +469,6 @@ nosupport:
* according to RFC 1333.
*/
ifp->if_obytes += m->m_pkthdr.len + 3;
- ifp->if_lastchange = time;
splx (s);
return (0);
}
OpenPOWER on IntegriCloud