Initialize a variable.

svn path=/trunk/; revision=32172
This commit is contained in:
Gerald Combs 2010-03-11 20:21:06 +00:00
parent bd77bea4f2
commit dfff249e12

View file

@ -918,7 +918,7 @@ static gint
dissect_sip_uri2(tvbuff_t *tvb, packet_info *pinfo _U_, gint start_offset,
gint line_end_offset, uri_offset_info *uri_offsets)
{
gchar c;
gchar c = '\0';
gint current_offset;
gint queried_offset;
gint comma_offset;