CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/11 19:47:07
Modified files:
sys/net : if_pflog.c if_pflow.c if_pfsync.c
Log message:
Remove bpfdetach() call right in front of the if_detach() call since
bpfdetach() will be called in if_detach(). Diff by Gleydson Soares
