summaryrefslogtreecommitdiff
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 76bb0813d11..66eb121833c 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.13 1996/06/02 17:24:58 niklas Exp $ */
+/* $OpenBSD: if_tun.c,v 1.14 1996/06/17 11:06:18 deraadt Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -625,7 +625,6 @@ tunwrite(dev, uio, ioflag)
#endif
default:
m_freem(top);
- splx(s);
return EAFNOSUPPORT;
}