summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_adex
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-06 12:02:05 +0100
committerVolker Lendecke <vlendec@samba.org>2011-03-06 13:37:13 +0100
commit233c8bca3bfda4d09d458b842873621a7ffe5e91 (patch)
treee4aad11c50487355e07aecefed6e9cc6191ceb3b /source3/winbindd/idmap_adex
parent82785957f0eca5722914ac0607ba2b3a53198d58 (diff)
downloadsamba-233c8bca3bfda4d09d458b842873621a7ffe5e91.tar.gz
samba-233c8bca3bfda4d09d458b842873621a7ffe5e91.tar.bz2
samba-233c8bca3bfda4d09d458b842873621a7ffe5e91.zip
s3: Remove close_fn from idmap_methods
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/idmap_adex')
-rw-r--r--source3/winbindd/idmap_adex/idmap_adex.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c
index 1e815def70..c8d616b400 100644
--- a/source3/winbindd/idmap_adex/idmap_adex.c
+++ b/source3/winbindd/idmap_adex/idmap_adex.c
@@ -254,17 +254,6 @@ static NTSTATUS _idmap_adex_get_id_from_sid(struct
return NT_STATUS_OK;
}
-/**********************************************************************
- *********************************************************************/
-
-static NTSTATUS _idmap_adex_close(struct idmap_domain
- *dom)
-{
- /* FIXME! need to do cleanup here */
-
- return NT_STATUS_OK;
-}
-
/*
* IdMap NSS plugin
*/
@@ -383,7 +372,6 @@ static struct idmap_methods adex_idmap_methods = {
.init = _idmap_adex_init,
.unixids_to_sids = _idmap_adex_get_sid_from_id,
.sids_to_unixids = _idmap_adex_get_id_from_sid,
- .close_fn = _idmap_adex_close
};
static struct nss_info_methods adex_nss_methods = {
.init = _nss_adex_init,