Add missing break for r296472.
This was lost in git rebasing, though it has no functional change. X-MFC-With: r296472 MFC after: 1 week
This commit is contained in:
parent
a152941076
commit
064eabeacb
@ -305,6 +305,7 @@ filemon_modevent(module_t mod __unused, int type, void *data)
|
||||
* Require forcing an unload.
|
||||
*/
|
||||
error = EBUSY;
|
||||
break;
|
||||
|
||||
case MOD_SHUTDOWN:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user