Add missing break.

Found by:	marcus
This commit is contained in:
Matthew N. Dodd 2005-04-25 00:48:04 +00:00
parent d2c5caadde
commit abb886facb

View file

@ -687,6 +687,7 @@ uipc_ctloutput(struct socket *so, struct sockopt *sopt)
error = ENOPROTOOPT;
break;
}
break;
default:
error = EOPNOTSUPP;
break;