diff options
author | Michael Adam <obnox@samba.org> | 2010-12-08 00:26:29 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-02 12:51:54 +0100 |
commit | 52b37de5d88301ce1a6d05128d9c19043f5a2b51 (patch) | |
tree | 9212841f00b60359a0bf897d422d4b381dab8ec6 | |
parent | 91e743081723dc78fd5e5a6e2efe9c2603bf17bf (diff) | |
download | samba-52b37de5d88301ce1a6d05128d9c19043f5a2b51.tar.gz samba-52b37de5d88301ce1a6d05128d9c19043f5a2b51.tar.bz2 samba-52b37de5d88301ce1a6d05128d9c19043f5a2b51.zip |
s3:idmap_ldap: remove unused idmap_ldap_alloc_context.
-rw-r--r-- | source3/winbindd/idmap_ldap.c | 7 |
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; |