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:
Holger Hans Peter Freyther
2014-06-12 11:32:25 +02:00
parent b07df2bfd4
commit 4e5f93ccdc

View File

@@ -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;