packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'

svn path=/trunk/; revision=39862
This commit is contained in:
Anders Broman 2011-11-15 19:25:17 +00:00
parent f6f12af894
commit a586241e06
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,7 @@ dissect_sip_contact_item(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gi
gint current_offset;
gint queried_offset;
gint contact_params_start_offset = -1;
gint contact_param_end_offset = -1;
/*gint contact_param_end_offset = -1;*/
uri_offset_info uri_offsets;
/* skip Spaces and Tabs */