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:
Bryan Drewery
2016-03-07 21:45:24 +00:00
parent 4039c53163
commit 1e35cdf678
+1
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;