From 3ac07269e6cf51d745a41309ec94132c5dbafeaa Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 26 Jun 2008 02:29:13 +0000 Subject: [PATCH] Fix a missed "item" -> "item_local" in the previous checkin. svn path=/trunk/; revision=25610 --- epan/dissectors/packet-dcerpc-nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);