summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-02-24 17:28:17 +0000
committerVolker Lendecke <vlendec@samba.org>2004-02-24 17:28:17 +0000
commit6d3e45579ec62e732bf51fe21e935a0e4b2204a7 (patch)
treee76d6d94e47bf735befd173979c7907d165383cb /source3/utils/net_idmap.c
parent2afb1b60d77edb53ddf803680ed0aa8799169130 (diff)
downloadsamba-6d3e45579ec62e732bf51fe21e935a0e4b2204a7.tar.gz
samba-6d3e45579ec62e732bf51fe21e935a0e4b2204a7.tar.bz2
samba-6d3e45579ec62e732bf51fe21e935a0e4b2204a7.zip
Remove unused variable.
Volker (This used to be commit eece7ff000a9589d56130e93a6105ad1052e9a14)
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r--source3/utils/net_idmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c
index 61ef919b84..f5b4bf1b4a 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -116,7 +116,6 @@ static NTSTATUS net_idmap_fixup_hwm(void)
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
TDB_CONTEXT *idmap_tdb;
char *tdbfile = NULL;
- int dummy;
struct hwms hwms;
struct hwms highest;