Add missing break

This commit is contained in:
Kevin Lo 2012-09-18 08:00:43 +00:00
parent 85f5b9aa70
commit 9f614af4cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240630

View File

@ -575,6 +575,7 @@ ipip_output(
itos = ntohl(itos32) >> 20;
ip6o->ip6_nxt = IPPROTO_IPV6;
break;
}
default:
goto nofamily;