Fix compile error about missing intializer.

Change-Id: I5ff757c199df5cf78d9c625bf2f69e9c62dc3f61
Reviewed-on: https://code.wireshark.org/review/20375
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2017-03-03 21:58:48 +01:00 committed by Jörg Mayer
parent f5ed7a5cb8
commit fdfa24dab6
1 changed files with 1 additions and 1 deletions

View File

@ -4021,7 +4021,7 @@ dissect_sip_common(tvbuff_t *tvb, int offset, int remaining_length, packet_info
/* Add tree using whole text of line */
if (hdr_tree) {
proto_item *ti_c;
sip_authorization_t authorization_info = { 0 };
sip_authorization_t authorization_info = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
authorization_user_t * authorization_user = NULL;
/* Add whole line as header tree */
sip_element_item = sip_proto_tree_add_string(hdr_tree,