aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-02-17 11:00:54 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-02-17 11:00:54 +0000
commit17485dbd8604a56dd28b9e6ab95df924ee2a9754 (patch)
tree5924c5417bb1db86a2cff263235d372ff8f10a10 /epan/dissectors/packet-sua.c
parent31f1c264fb5d5ef9772210c26c6bc7af633c5949 (diff)
Fixed no_sua_assoc init.
svn path=/trunk/; revision=35980
Diffstat (limited to 'epan/dissectors/packet-sua.c')
-rw-r--r--epan/dissectors/packet-sua.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sua.c b/epan/dissectors/packet-sua.c
index 838b16d937..05eb5b9bac 100644
--- a/epan/dissectors/packet-sua.c
+++ b/epan/dissectors/packet-sua.c
@@ -383,7 +383,8 @@ static emem_tree_t* assocs = NULL;
sua_assoc_info_t* assoc;
sua_assoc_info_t no_sua_assoc = {
0, /* assoc_id */
- 0, /* routing_ind */
+ 0, /* calling_routing_ind */
+ 0, /* called_routing_ind */
0, /* calling_dpc */
0, /* called_dpc */
0, /* calling_ssn */