summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-02-24 17:29:06 +0000
committerVolker Lendecke <vlendec@samba.org>2004-02-24 17:29:06 +0000
commitce789de6e1aa8c8e024edbb0ad4c3411cb0649ef (patch)
tree581d2954ff28ca69270cfb46bb9af9f8d1ae134d /source3/utils
parent4fed0f2749ca8fc579a18f38099a370ac243caec (diff)
downloadsamba-ce789de6e1aa8c8e024edbb0ad4c3411cb0649ef.tar.gz
samba-ce789de6e1aa8c8e024edbb0ad4c3411cb0649ef.tar.bz2
samba-ce789de6e1aa8c8e024edbb0ad4c3411cb0649ef.zip
Remove unused variable.
Volker (This used to be commit f5af0326e67c0eb7be6f4b07f8b89c4c680903ac)
Diffstat (limited to 'source3/utils')
-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;