Initialize response_time.

svn path=/trunk/; revision=25350
This commit is contained in:
Stig Bjørlykke 2008-05-22 09:36:01 +00:00
parent 4cbc427bb6
commit 3e7bca5b71
1 changed files with 1 additions and 1 deletions

View File

@ -1530,7 +1530,7 @@ dissect_sip_common(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tr
char *content_type_parameter_str = NULL;
guint resend_for_packet = 0;
guint request_for_response = 0;
guint32 response_time;
guint32 response_time = 0;
int strlen_to_copy;