Add a missing break in the TCP case.
Reviewed by: bms MFC after: 1 week
This commit is contained in:
parent
52c57247d3
commit
9e9865b63f
@ -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…
x
Reference in New Issue
Block a user