From 435c46367245ba7f40e0db46770544625962010d Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Wed, 6 Jan 2016 11:15:18 -0600 Subject: [PATCH] mod_skinny: control flow issue reported by coverity CID 1294487 --- src/mod/endpoints/mod_skinny/mod_skinny.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_skinny/mod_skinny.c b/src/mod/endpoints/mod_skinny/mod_skinny.c index ae4d9cd0a5..25b8f6ff8b 100644 --- a/src/mod/endpoints/mod_skinny/mod_skinny.c +++ b/src/mod/endpoints/mod_skinny/mod_skinny.c @@ -2498,6 +2498,7 @@ static void skinny_user_to_device_event_handler(switch_event_t *event) send_data(listener, message_type, application_id, line_instance, call_id, transaction_id, data_length, data); + break; case USER_TO_DEVICE_DATA_VERSION1_MESSAGE: data_length = strlen(data); /* we ignore data_length sent */ send_extended_data(listener, message_type,