CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/01/03 10:06:38
Modified files:
sys/net : pf_norm.c
Log message:
Instead of having two functions pf_free_fragment() and pf_remove_fragment()
doing more or less the same, merge them into one. Just remove
fragment entries from the queue in pf_join_fragment() before they
are freed. Then pf_remove_fragment() is not needed anymore.
ok henning@
