mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add missing break.
Found by: marcus
This commit is contained in:
parent
d2c5caadde
commit
abb886facb
1 changed files with 1 additions and 0 deletions
|
|
@ -687,6 +687,7 @@ uipc_ctloutput(struct socket *so, struct sockopt *sopt)
|
|||
error = ENOPROTOOPT;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
error = EOPNOTSUPP;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue