aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-28 07:17:34 +0000
committerTim Potter <tpot@samba.org>2002-06-28 07:17:34 +0000
commit973c1a447dfede674163487675f4f4e86075b791 (patch)
treefcc47284cc212caffba511e66b4550f8eca1f41e /packet-dcerpc-nt.c
parent102efdb26fbd8eb4aae575e6ce8548a24ef562f6 (diff)
Removed unused variable.
svn path=/trunk/; revision=5775
Diffstat (limited to 'packet-dcerpc-nt.c')
-rw-r--r--packet-dcerpc-nt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-dcerpc-nt.c b/packet-dcerpc-nt.c
index 3570ab5325..556d09f19e 100644
--- a/packet-dcerpc-nt.c
+++ b/packet-dcerpc-nt.c
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.c,v 1.40 2002/06/28 01:23:26 tpot Exp $
+ * $Id: packet-dcerpc-nt.c,v 1.41 2002/06/28 07:17:34 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -976,7 +976,6 @@ dissect_nt_policy_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, char *drep, int hfindex,
e_ctx_hnd *pdata, gboolean is_open, gboolean is_close)
{
- dcerpc_info *di = (dcerpc_info *)pinfo->private_data;
proto_item *item;
proto_tree *subtree;
e_ctx_hnd hnd;