summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-12-08 00:26:29 +0100
committerMichael Adam <obnox@samba.org>2011-01-02 12:51:54 +0100
commit52b37de5d88301ce1a6d05128d9c19043f5a2b51 (patch)
tree9212841f00b60359a0bf897d422d4b381dab8ec6 /source3/winbindd
parent91e743081723dc78fd5e5a6e2efe9c2603bf17bf (diff)
downloadsamba-52b37de5d88301ce1a6d05128d9c19043f5a2b51.tar.gz
samba-52b37de5d88301ce1a6d05128d9c19043f5a2b51.tar.bz2
samba-52b37de5d88301ce1a6d05128d9c19043f5a2b51.zip
s3:idmap_ldap: remove unused idmap_ldap_alloc_context.
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_ldap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c
index d78041053a..91c8f1e6be 100644
--- a/source3/winbindd/idmap_ldap.c
+++ b/source3/winbindd/idmap_ldap.c
@@ -61,13 +61,6 @@ static char *idmap_fetch_secret(const char *backend, bool alloc,
return ret;
}
-struct idmap_ldap_alloc_context {
- struct smbldap_state *smbldap_state;
- char *url;
- char *suffix;
- char *user_dn;
-};
-
struct idmap_ldap_context {
struct smbldap_state *smbldap_state;
char *url;