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:
bdrewery 2016-03-07 21:45:24 +00:00
parent a152941076
commit 064eabeacb

View File

@ -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;