aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-26 02:29:13 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-26 02:29:13 +0000
commit3ac07269e6cf51d745a41309ec94132c5dbafeaa (patch)
treee5d92d4dbfeb88e06e8883824c080e6c9d0547da /epan
parent18bc1a2fefa24a8d860bd637fe3c23f1e365b410 (diff)
Fix a missed "item" -> "item_local" in the previous checkin.
svn path=/trunk/; revision=25610
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.c b/epan/dissectors/packet-dcerpc-nt.c
index 76ec09008c..f2d7bc6064 100644
--- a/epan/dissectors/packet-dcerpc-nt.c
+++ b/epan/dissectors/packet-dcerpc-nt.c
@@ -888,7 +888,7 @@ dissect_nt_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
if (open_frame) {
proto_item *item_local;
- item=proto_tree_add_uint(
+ item_local=proto_tree_add_uint(
subtree, hf_nt_policy_open_frame, tvb,
old_offset, sizeof(e_ctx_hnd), open_frame);
PROTO_ITEM_SET_GENERATED(item_local);