messenger (DCERPC): fix 'di' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: I5e7ba7bfb06ecd695e120a876ebb351494e2b679
Reviewed-on: https://code.wireshark.org/review/14968
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-15 19:17:07 +02:00 committed by Anders Broman
parent 4eac95dc96
commit 73adaf7ee2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ messenger_dissect_send_message_rqst(tvbuff_t *tvb, int offset, packet_info *pinf
}
static int
messenger_dissect_send_message_reply(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, dcerpc_info *di _U_, guint8 *drep)
proto_tree *tree, dcerpc_info *di, guint8 *drep)
{
offset = dissect_ntstatus(tvb, offset, pinfo, tree, di, drep,
hf_messenger_rc, NULL);