aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-15 01:37:27 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-15 01:37:27 +0000
commit06ca61b0c22730a66e0f79d88b230e2b1586074a (patch)
treea128741fad296a1db3e6b49e1da9d118ef814462 /packet-dcerpc-samr.c
parent355c0230576ab7f16360579a2bb1bb7235691e7b (diff)
Removed unused local variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8022 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r--packet-dcerpc-samr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c
index 3be4174324..d9b146a181 100644
--- a/packet-dcerpc-samr.c
+++ b/packet-dcerpc-samr.c
@@ -3,7 +3,7 @@
* Copyright 2001,2003 Tim Potter <tpot@samba.org>
* 2002 Added all command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-samr.c,v 1.97 2003/07/14 19:51:42 sharpe Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.98 2003/07/15 01:37:27 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2814,7 +2814,6 @@ dissect_ndr_nt_SID_AND_ATTRIBUTES_ARRAY(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
char *drep)
{
- guint32 count;
proto_item *item=NULL;
proto_tree *tree=NULL;
int old_offset=offset;