summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-02-05 15:58:40 +0000
committerGerald Carter <jerry@samba.org>2002-02-05 15:58:40 +0000
commitdbf08ac9a403a4b12826deaaa0988ba15bc3e56b (patch)
tree08fd9c853cd36c648409d0e04db886f2b025b8e8
parent81d6afa76bf948e245f3ba42733e26fd74b0cccc (diff)
downloadsamba-dbf08ac9a403a4b12826deaaa0988ba15bc3e56b.tar.gz
samba-dbf08ac9a403a4b12826deaaa0988ba15bc3e56b.tar.xz
samba-dbf08ac9a403a4b12826deaaa0988ba15bc3e56b.zip
removed unused variable
-rw-r--r--source/passdb/pdb_ldap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 3b7b8123eb6..0fcda53adb5 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -580,7 +580,6 @@ Initialize SAM_ACCOUNT from an LDAP query
static BOOL init_ldap_from_sam (LDAPMod *** mods, int ldap_state, SAM_ACCOUNT * sampass)
{
pstring temp;
- uint32 i;
*mods = NULL;