Add a missing break.

CID 488

svn path=/trunk/; revision=36402
This commit is contained in:
Anders Broman 2011-03-29 21:11:26 +00:00
parent 2b81b097e5
commit ce248d9ea9
1 changed files with 1 additions and 0 deletions

View File

@ -886,6 +886,7 @@ static void dissect_iap_result(tvbuff_t* tvb, packet_info* pinfo, proto_tree* ro
if (iap_conv && iap_conv->pattr_dissector)
iap_conv->pattr_dissector->value_dissector(tvb, offset, pinfo, 0,
n, type);
break;
default:
attr_len = 0;