aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-30 23:47:36 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-30 23:47:36 +0000
commit9a35ed601d03b23efa2d54f6a02de98c18ef3f39 (patch)
tree858ea262eaf83823af893f9b1045930797181c8d /epan/dissectors/packet-windows-common.c
parentdb0698fd0acc7e5309207f4604edf2e4508c99a9 (diff)
Remove more unused variables.
svn path=/trunk/; revision=29249
Diffstat (limited to 'epan/dissectors/packet-windows-common.c')
-rw-r--r--epan/dissectors/packet-windows-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-windows-common.c b/epan/dissectors/packet-windows-common.c
index 2c19b2e2e3..04ea0a7311 100644
--- a/epan/dissectors/packet-windows-common.c
+++ b/epan/dissectors/packet-windows-common.c
@@ -1375,7 +1375,7 @@ dissect_nt_sid(tvbuff_t *tvb, int offset, proto_tree *parent_tree,
{
proto_item *item = NULL;
proto_tree *tree = NULL;
- int old_offset = offset, sa_offset = offset;
+ int old_offset = offset, sa_offset;
gboolean rid_present;
guint rid=0;
int rid_offset=0;