fcp: fix 'conversation' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: I7ae05ed186cfd1df639c9c453e4b5fa5c02972d7
Reviewed-on: https://code.wireshark.org/review/15087
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:18:59 +02:00 committed by Anders Broman
parent c730f886cf
commit bd156912fa
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ dissect_fcp_cmnd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, pro
}
static void
dissect_fcp_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, conversation_t *conversation _U_, itlq_nexus_t *itlq, guint32 relative_offset)
dissect_fcp_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, conversation_t *conversation, itlq_nexus_t *itlq, guint32 relative_offset)
{
itl_nexus_t itl;
itlq_nexus_t empty_itlq;