CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/09 13:29:42
Modified files:
sys/net : if_mpe.c
Log message:
No need to call bpfdetach() in mpe_clone_destroy() since this is done in
if_detach() which is called right afterwards.
Found by Gleydson Soares (gleydson (at) trusted.com.br)
