aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-11-14 15:39:45 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-14 14:58:22 +0000
commit9a1df711f27f2eb20b884f76a93c8257e3bb8c55 (patch)
treed9e5e9bc5fd2b83e85c488b6c2b5c017eb6a66c9 /asn1
parent56fa29edc5ab8757d57a30b6ded5827fb06585a8 (diff)
[S1AP) Wrong tree used
s1ap.cnf:547:14: error: variable 'subtree' set but not used Change-Id: I84a345709b1ef9688f3f1a4e876a75dd575c1c2e Reviewed-on: https://code.wireshark.org/review/5299 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/s1ap/s1ap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/s1ap/s1ap.cnf b/asn1/s1ap/s1ap.cnf
index 7c3e9c1c48..033956a325 100644
--- a/asn1/s1ap/s1ap.cnf
+++ b/asn1/s1ap/s1ap.cnf
@@ -551,7 +551,7 @@ if (gcsna_handle) {
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_Cdma2000SectorID);
- dissect_a21_ie_common(parameter_tvb, %(ACTX)s->pinfo, NULL/* Top tree not needed */, tree, 0, 0 /* message_type not needed */);
+ dissect_a21_ie_common(parameter_tvb, %(ACTX)s->pinfo, NULL/* Top tree not needed */, subtree, 0, 0 /* message_type not needed */);
#.TYPE_ATTR