E-LMI: add what seems to be a missing break (Coverity CID 1245648)

Change-Id: I6b35ea96fba142bdabf17d3fc3f9db23dc390d31
Reviewed-on: https://code.wireshark.org/review/4613
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Pascal Quantin 2014-10-12 15:47:11 +02:00 committed by Alexis La Goutte
parent ed0b19b94b
commit f7c5e3a5b9
1 changed files with 1 additions and 0 deletions

View File

@ -335,6 +335,7 @@ dissect_elmi_info_elem(
break;
offset += ret;
}
break;
default:
offset += len;
break;