Add a missing break in the TCP case.

Reviewed by:	bms
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2014-04-17 10:27:18 +00:00
parent 52c57247d3
commit 9e9865b63f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264585

View File

@ -199,6 +199,7 @@ ipsec_dump_ipsecrequest(buf, len, xisr, bound)
break;
case IPPROTO_TCP:
proto = "tcp";
break;
default:
__ipsec_errcode = EIPSEC_INVAL_PROTO;
return NULL;