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: Henning Brauer (henningcvs.openbsd.org)
Date: Tue Jun 10 2008 - 22:36:34 CDT


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2008/06/10 21:36:34

Modified files:
        sys/net : pf.c

Log message:
superfluous to check for m != NULL in pf_find_state, it is plain
impossible that m is NULL here since all callers dereference it
unconditionally beforehands, and find state without and mbuf doesn't
make sense in the first place