|
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 (henning
cvs.openbsd.org)
Date: Tue Jun 10 2008 - 22:36:34 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: henning
cvs.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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]