summaryrefslogtreecommitdiff
path: root/sys/netccitt/pk_usrreq.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-08-08 18:26:38 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-08-08 18:26:38 +0000
commit96a5b4648220ed844b1c668eccedc33dbb6c54f9 (patch)
tree1122e5d288ce1c5822b77b62a1b3b16e61e74b39 /sys/netccitt/pk_usrreq.c
parent8e4d9a1f7c08ce4dccc0b6802e75ac248f7ccc1c (diff)
backout the tree break. ok pb@, art@
Diffstat (limited to 'sys/netccitt/pk_usrreq.c')
-rw-r--r--sys/netccitt/pk_usrreq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netccitt/pk_usrreq.c b/sys/netccitt/pk_usrreq.c
index f60c239a9cc..bf93ffa2116 100644
--- a/sys/netccitt/pk_usrreq.c
+++ b/sys/netccitt/pk_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pk_usrreq.c,v 1.5 2002/08/08 17:07:32 provos Exp $ */
+/* $OpenBSD: pk_usrreq.c,v 1.6 2002/08/08 18:26:37 todd Exp $ */
/* $NetBSD: pk_usrreq.c,v 1.10 1996/02/13 22:05:43 christos Exp $ */
/*
@@ -277,7 +277,6 @@ pk_usrreq(so, req, m, nam, control)
if (n && n->m_type == MT_OOBDATA) {
unsigned len = n->m_pkthdr.len;
so->so_rcv.sb_mb = n->m_nextpkt;
- SB_EMPTY_FIXUP(&so->so_rcv);
if (len != n->m_len &&
(n = m_pullup(n, len)) == 0)
break;