Fix a missed "item" -> "item_local" in the previous checkin.

svn path=/trunk/; revision=25610
This commit is contained in:
Guy Harris 2008-06-26 02:29:13 +00:00
parent 18bc1a2fef
commit 3ac07269e6
1 changed files with 1 additions and 1 deletions

View File

@ -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);