summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-04-03 22:36:56 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-04-03 22:36:56 +0000
commit182d6068cdcfb7b9db5e0d71b8b3193b12a8ece1 (patch)
tree0e172f82889777a4dcaeb90bf434e10188148115
parent18b3ba267cff8d71364cbabb5429eccf1e79bba4 (diff)
Notes
-rw-r--r--sys/net/bridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/bridge.c b/sys/net/bridge.c
index b2dbe837ceea..64f6aad6bd85 100644
--- a/sys/net/bridge.c
+++ b/sys/net/bridge.c
@@ -453,6 +453,7 @@ bdg_forward (struct mbuf **m0, struct ifnet *dst)
{
struct ifnet *src = (*m0)->m_pkthdr.rcvif; /* could be NULL in output */
struct ifnet *ifp ;
+ struct ip *ip;
int error=0, s ;
int once = 0; /* execute the loop only once */
int canfree = 1 ; /* can free the buf at the end */