summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2017-03-03 21:58:48 +0100
committerJörg Mayer <jmayer@loplof.de>2017-03-03 23:26:52 +0000
commitfdfa24dab602cb3e0ac4a5c6cc3aa58755f6f707 (patch)
tree12c147a0c02f1961a9f388e9aff429bf375e7efb
parentf5ed7a5cb8b1508afd4c992762da6514e2c1016f (diff)
downloadwireshark-fdfa24dab602cb3e0ac4a5c6cc3aa58755f6f707.tar.gz
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>
-rw-r--r--epan/dissectors/packet-sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index db4406310d..1c1df481b8 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -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,