mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out the cdevsw_remove() from previous revision for further testing.
This commit is contained in:
parent
cdd87770ec
commit
bbeaed0909
1 changed files with 0 additions and 1 deletions
|
|
@ -709,7 +709,6 @@ vn_modevent(module_t mod, int type, void *data)
|
|||
vnclear(vn);
|
||||
free(vn, M_DEVBUF);
|
||||
}
|
||||
cdevsw_remove(&vn_cdevsw);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue