Added a FALLTHRU comment to avoid a "missing break" warning.

Coverity 472.

svn path=/trunk/; revision=36366
This commit is contained in:
Stig Bjørlykke 2011-03-27 14:11:40 +00:00
parent 129f07a949
commit e43c9a35e4
1 changed files with 2 additions and 1 deletions

View File

@ -12790,7 +12790,8 @@ dissect_qpi_loi_vals(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree,
&trunc);
break;
case 1022: /* SMB_FILE_STREAM_INFORMATION */
si->unicode = TRUE;
si->unicode = TRUE;
/* FALLTHRU */
case 0x0109: /*Query File Stream Info*/
offset = dissect_qfi_SMB_FILE_STREAM_INFO(tvb, pinfo, tree, offset, bcp,
&trunc, si->unicode);