summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_hash
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_hash
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_hash')
-rw-r--r--source3/winbindd/idmap_hash/idmap_hash.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c
index 816e3a0532..61ae13ac3c 100644
--- a/source3/winbindd/idmap_hash/idmap_hash.c
+++ b/source3/winbindd/idmap_hash/idmap_hash.c
@@ -258,14 +258,6 @@ done:
/*********************************************************************
********************************************************************/
-static NTSTATUS be_close(struct idmap_domain *dom)
-{
- return NT_STATUS_OK;
-}
-
-/*********************************************************************
- ********************************************************************/
-
static NTSTATUS nss_hash_init(struct nss_domain_entry *e )
{
return be_init(NULL, NULL);
@@ -359,7 +351,6 @@ static struct idmap_methods hash_idmap_methods = {
.init = be_init,
.unixids_to_sids = unixids_to_sids,
.sids_to_unixids = sids_to_unixids,
- .close_fn = be_close
};
static struct nss_info_methods hash_nss_methods = {