CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/23 04:00:36
Modified files:
sys/net : pf.c pf_norm.c pfvar.h
Log message:
pf_scrub_ip() does not modify the given mbuf pointer. So don't
pass a pointer to a pointer to make the code in pf_test() clearer.
ok henning@
