mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
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:
parent
49a64cb475
commit
3174c81c9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91650
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user