epl: remove unreachable case (CID: 1412051).

Change-Id: I0caa56ecfb2327dd9da55eb8a53d0c075061e8a2
Reviewed-on: https://code.wireshark.org/review/24992
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2017-12-25 23:04:11 +01:00 committed by Anders Broman
parent e0ccf38585
commit 588bcb1723
1 changed files with 1 additions and 1 deletions

View File

@ -4895,7 +4895,7 @@ dissect_epl_sdo_command_read_multiple_by_index(struct epl_convo *convo, proto_tr
}
else if(sod_index == error)
{
name = obj ? obj->info.name :val_to_str_ext_const(((guint32)(idx<<16)), &sod_index_names, "User Defined");
name = val_to_str_ext_const(((guint32)(idx<<16)), &sod_index_names, "User Defined");
proto_item_append_text(psf_entry," (%s)", name);
}
else