Added a missing break.

Coverity 452.

svn path=/trunk/; revision=36364
This commit is contained in:
Stig Bjørlykke 2011-03-27 13:56:53 +00:00
parent 71c369611a
commit 3c533baf45
1 changed files with 1 additions and 0 deletions

View File

@ -1342,6 +1342,7 @@ dissect_dpnss_e2e_msg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* User Information oct 2 + n
*/
proto_tree_add_text(tree, tvb, offset, -1, "User Information");
break;
default:
proto_tree_add_text(tree, tvb, offset, 1, "Dissection of this message not supported yet");
break;