mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Add a missing break in the TCP case.
Reviewed by: bms MFC after: 1 week
This commit is contained in:
parent
52c57247d3
commit
9e9865b63f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264585
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user