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;
|
break;
|
||||||
case IPPROTO_TCP:
|
case IPPROTO_TCP:
|
||||||
proto = "tcp";
|
proto = "tcp";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
__ipsec_errcode = EIPSEC_INVAL_PROTO;
|
__ipsec_errcode = EIPSEC_INVAL_PROTO;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user