summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_ip.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-10-18 14:28:24 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-10-18 14:28:24 +0000
commit56cd0d90b0dce1ba2fd080736b51b871c50e7407 (patch)
tree3b74ecaebcba31923cc92858c122b1196de8eddb /sys/netipx/ipx_ip.c
parentc0d0f77bb006426d31f74bb1fe86a86c17e63a71 (diff)
-Wall happieness. bug fix caused by parens...
Diffstat (limited to 'sys/netipx/ipx_ip.c')
-rw-r--r--sys/netipx/ipx_ip.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index 7788f2a405e..8364aeefcf1 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipx_ip.c,v 1.1 1996/08/16 09:16:00 mickey Exp $ */
+/* $OpenBSD: ipx_ip.c,v 1.2 1996/10/18 14:28:22 mickey Exp $ */
/* $NOWHERE: ipx_ip.c,v 1.2 1996/05/07 09:49:43 mickey Exp $ */
/*-
@@ -232,7 +232,6 @@ ipxip_input( struct mbuf *m, ...)
s = splimp();
if (IF_QFULL(ifq)) {
IF_DROP(ifq);
-bad:
m_freem(m);
splx(s);
return;
@@ -306,9 +305,6 @@ ipxipoutput(ifp, m, dst, rt)
ifn->ifen_ifnet.if_ierrors = error;
}
return (error);
-bad:
- m_freem(m);
- return (ENETUNREACH);
}
void