aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess/ipaccess-proxy.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-12 11:32:25 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-12 11:32:25 +0200
commit4e5f93ccdcd4fe8c538aaafc06b20537e643c9f2 (patch)
treeee596da8482caa82011115a9793350413c60379c /openbsc/src/ipaccess/ipaccess-proxy.c
parentb07df2bfd4468cb06a9f7abdb05759c402f2efb0 (diff)
proxy: Annotate the switch/case/fall through
Use the same comment as some lines earlier in that file. Fixes: Coverity CID 1040737
Diffstat (limited to 'openbsc/src/ipaccess/ipaccess-proxy.c')
-rw-r--r--openbsc/src/ipaccess/ipaccess-proxy.c1
1 files changed, 1 insertions, 0 deletions
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;