OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Alexander Bluhm (bluhmcvs.openbsd.org)
Date: Sat Jun 01 2013 - 08:25:41 CDT


CVSROOT: /cvs
Module name: src
Changes by: bluhmcvs.openbsd.org 2013/06/01 07:25:41

Modified files:
        sys/netinet : in_pcb.c

Log message:
Remove redundant call to splsoftnet(). There is a
splsoftassert(IPL_SOFTNET) at the start of in_pcbdetach().
From David Hill