From 4e5f93ccdcd4fe8c538aaafc06b20537e643c9f2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 12 Jun 2014 11:32:25 +0200 Subject: proxy: Annotate the switch/case/fall through Use the same comment as some lines earlier in that file. Fixes: Coverity CID 1040737 --- openbsc/src/ipaccess/ipaccess-proxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/ipaccess/ipaccess-proxy.c') diff --git a/openbsc/src/ipaccess/ipaccess-proxy.c b/openbsc/src/ipaccess/ipaccess-proxy.c index ae24d1635..390510a9b 100644 --- a/openbsc/src/ipaccess/ipaccess-proxy.c +++ b/openbsc/src/ipaccess/ipaccess-proxy.c @@ -266,6 +266,7 @@ static int handle_udp_read(struct osmo_fd *bfd) default: DEBUGP(DLINP, "Unknown protocol 0x%02x, sending to " "OML FD\n", hh->proto); + /* fall through */ case IPAC_PROTO_IPACCESS: case IPAC_PROTO_OML: other_conn = ipbc->bsc_oml_conn; -- cgit v1.2.3