summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_ppp.c')
-rw-r--r--sys/net/if_ppp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c
index 2e808da..8f06594 100644
--- a/sys/net/if_ppp.c
+++ b/sys/net/if_ppp.c
@@ -294,6 +294,8 @@ ppp_modevent(module_t mod, int type, void *data)
}
PPP_LIST_LOCK_DESTROY();
break;
+ default:
+ return EOPNOTSUPP;
}
return 0;
}
OpenPOWER on IntegriCloud