aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/mlfk_ipl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/mlfk_ipl.c b/sys/netinet/mlfk_ipl.c
index 28e7c5d4287c9..f19a6e11e8983 100644
--- a/sys/netinet/mlfk_ipl.c
+++ b/sys/netinet/mlfk_ipl.c
@@ -109,6 +109,8 @@ ipfilter_modevent(module_t mod, int type, void *unused)
switch (type) {
case MOD_LOAD :
error = iplattach();
+ if (error)
+ break;
c = NULL;
for(i=strlen(IPL_NAME); i>0; i--)