From 233c8bca3bfda4d09d458b842873621a7ffe5e91 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Mar 2011 12:02:05 +0100 Subject: s3: Remove close_fn from idmap_methods Autobuild-User: Volker Lendecke Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 --- source3/winbindd/idmap_tdb.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/winbindd/idmap_tdb.c') diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 99e7414c7f..537f6cfb38 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -936,17 +936,11 @@ static NTSTATUS idmap_tdb_sids_to_unixids(struct idmap_domain *dom, struct id_ma Close the idmap tdb instance **********************************/ -static NTSTATUS idmap_tdb_close(struct idmap_domain *dom) -{ - return NT_STATUS_OK; -} - static struct idmap_methods db_methods = { .init = idmap_tdb_db_init, .unixids_to_sids = idmap_tdb_unixids_to_sids, .sids_to_unixids = idmap_tdb_sids_to_unixids, .allocate_id = idmap_tdb_get_new_id, - .close_fn = idmap_tdb_close }; NTSTATUS idmap_tdb_init(void) -- cgit