From: Nathan Neulinger Date: Wed, 6 Jan 2016 17:15:18 +0000 (-0600) Subject: mod_skinny: control flow issue reported by coverity CID 1294487 X-Git-Tag: v1.6.6~1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435c46367245ba7f40e0db46770544625962010d;p=thirdparty%2Ffreeswitch.git mod_skinny: control flow issue reported by coverity CID 1294487 --- 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,