aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-chdlc.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-04 19:29:42 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-04 19:29:42 +0000
commit213c0b97ab88776fc0ced245574a1d695de6512f (patch)
tree60851f4eeb6cb866dea191ca55b39c0d3960c1ae /epan/dissectors/packet-chdlc.c
parent97671b5c90c90a517a026fa667c84430d5ddd2b0 (diff)
Fix benign double subtree registration of an ett_... variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29297 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-chdlc.c')
-rw-r--r--epan/dissectors/packet-chdlc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-chdlc.c b/epan/dissectors/packet-chdlc.c
index 1d643d8771..461333693d 100644
--- a/epan/dissectors/packet-chdlc.c
+++ b/epan/dissectors/packet-chdlc.c
@@ -359,7 +359,6 @@ proto_register_slarp(void)
NULL, 0x0, NULL, HFILL }},
};
static gint *ett[] = {
- &ett_chdlc,
&ett_slarp,
};