Unbreak bridge.ko. Replace an unresolved symbol with the actions it

was meant to take.

Submitted by:	luigi
Approved by:	luigi
MFC after:	3 days
This commit is contained in:
Crist J. Clark 2002-03-05 00:07:17 +00:00
parent 49a64cb475
commit 3174c81c9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91650

View file

@ -1066,7 +1066,9 @@ bridge_modevent(module_t mod, int type, void *unused)
bdg_forward_ptr = NULL; bdg_forward_ptr = NULL;
bdgtakeifaces_ptr = NULL; bdgtakeifaces_ptr = NULL;
untimeout(bdg_timeout, NULL, bdg_timeout_h); untimeout(bdg_timeout, NULL, bdg_timeout_h);
free_table(); bridge_off();
if (clusters)
free(clusters, M_IFADDR);
free(ifp2sc, M_IFADDR); free(ifp2sc, M_IFADDR);
ifp2sc = NULL ; ifp2sc = NULL ;
splx(s); splx(s);