mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 13:33:29 +00:00
proxy: Annotate the switch/case/fall through
Use the same comment as some lines earlier in that file. Fixes: Coverity CID 1040737
This commit is contained in:
@@ -266,6 +266,7 @@ static int handle_udp_read(struct osmo_fd *bfd)
|
|||||||
default:
|
default:
|
||||||
DEBUGP(DLINP, "Unknown protocol 0x%02x, sending to "
|
DEBUGP(DLINP, "Unknown protocol 0x%02x, sending to "
|
||||||
"OML FD\n", hh->proto);
|
"OML FD\n", hh->proto);
|
||||||
|
/* fall through */
|
||||||
case IPAC_PROTO_IPACCESS:
|
case IPAC_PROTO_IPACCESS:
|
||||||
case IPAC_PROTO_OML:
|
case IPAC_PROTO_OML:
|
||||||
other_conn = ipbc->bsc_oml_conn;
|
other_conn = ipbc->bsc_oml_conn;
|
||||||
|
|||||||
Reference in New Issue
Block a user