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:
cjc 2002-03-05 00:07:17 +00:00
parent f061af1695
commit 382e83e1e5

View File

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